From d27c901fa28f3e8196baec18f6ae8067128e9b5b Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 5 May 2006 17:39:03 +0000 Subject: [PATCH] use the correct function name ... git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@24911 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_while.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2