aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-05 18:06:18 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-05 18:06:18 +0000
commit70fec405ccca212eb35a9e32cead289f539ddc16 (patch)
tree69f1d97ae363eb9a56c3d3b5acc3afa9778752a5 /apps
parent9b63351cba4afa77552599b55acb0292541d0448 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@24949 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_while.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_while.c b/apps/app_while.c
index a0e5ca063..736038ecd 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);