]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
automerge commit
authorAutomerge script <automerge@asterisk.org>
Fri, 5 May 2006 18:06:18 +0000 (18:06 +0000)
committerAutomerge script <automerge@asterisk.org>
Fri, 5 May 2006 18:06:18 +0000 (18:06 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@24949 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_while.c

index a0e5ca063e529ce801fcc183a26f867165f132f8..736038ecd871fad1375834590e3a7eb5042e5246 100644 (file)
@@ -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);