aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_stack.c
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-29 20:06:56 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-29 20:06:56 +0000
commit7df7e9b454ff6ba5a75a2a4edc249d4af494c8b5 (patch)
treefe030820ec7dd6089cb428be5a91ab55386b1bfe /apps/app_stack.c
parent6ce78c26bd3416ac5d7434cddabc3b86da608e87 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@16233 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_stack.c')
-rw-r--r--apps/app_stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_stack.c b/apps/app_stack.c
index e3c33d2e5..fb24f27c4 100644
--- a/apps/app_stack.c
+++ b/apps/app_stack.c
@@ -139,7 +139,7 @@ static int gosubif_exec(struct ast_channel *chan, void *data)
label1 = strsep(&args, ":");
label2 = args;
- if (ast_true(condition)) {
+ if (pbx_checkcondition(condition)) {
if (label1) {
res = gosub_exec(chan, label1);
}