From 622e8226c29dbdff0f426a0bee5535d527e3487b Mon Sep 17 00:00:00 2001 From: markster Date: Mon, 28 Mar 2005 07:08:39 +0000 Subject: Continue with GET_DATA if no file is there (bug #3878) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5290 f38db490-d61c-443f-a65b-d21fe96a405b --- res/res_agi.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'res/res_agi.c') diff --git a/res/res_agi.c b/res/res_agi.c index a5537d4c7..f6daabf38 100755 --- a/res/res_agi.c +++ b/res/res_agi.c @@ -674,10 +674,7 @@ static int handle_getdata(struct ast_channel *chan, AGI *agi, int argc, char *ar fdprintf(agi->fd, "200 result=-1\n"); else fdprintf(agi->fd, "200 result=%s\n", data); - if (res >= 0) - return RESULT_SUCCESS; - else - return RESULT_FAILURE; + return RESULT_SUCCESS; } static int handle_setcontext(struct ast_channel *chan, AGI *agi, int argc, char *argv[]) -- cgit v1.2.3