--- manager.c 2013-01-16 23:49:59.000000000 +0100 +++ patched-manager.c 2013-05-11 17:57:26.000000000 +0200 @@ -3669,6 +3669,7 @@ static int action_sendtext(struct manses astman_send_ack(s, m, "Success"); } else { astman_send_error(s, m, "Failure"); + return 0; } return res;