mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-18 10:44:28 +00:00
oops :)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@24876 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -277,7 +277,7 @@ static int _while_exec(struct ast_channel *chan, void *data, int end)
|
||||
}
|
||||
|
||||
|
||||
if ((!end && !pbx_check_condition(condition)) || (end == 2)) {
|
||||
if ((!end && !pbx_checkcondition((char *) condition)) || (end == 2)) {
|
||||
/* Condition Met (clean up helper vars) */
|
||||
const char *goto_str;
|
||||
pbx_builtin_setvar_helper(chan, varname, NULL);
|
||||
|
Reference in New Issue
Block a user