From: Automerge script Date: Fri, 5 May 2006 18:06:18 +0000 (+0000) Subject: automerge commit X-Git-Tag: 1.2.8-netsec~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f923e2c1b87c4ed5adcc684e1c1771f4856c062e;p=thirdparty%2Fasterisk.git automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@24949 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_while.c b/apps/app_while.c index a0e5ca063e..736038ecd8 100644 --- a/apps/app_while.c +++ b/apps/app_while.c @@ -269,7 +269,7 @@ static int _while_exec(struct ast_channel *chan, void *data, int end) } - if (!end && !pbx_check_condition(condition)) { + if (!end && !pbx_checkcondition(condition)) { /* Condition Met (clean up helper vars) */ pbx_builtin_setvar_helper(chan, varname, NULL); pbx_builtin_setvar_helper(chan, my_name, NULL);