aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-20 23:56:49 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-20 23:56:49 +0000
commit06cabd561fbcaea507a02f5f7f64949ad9b946cc (patch)
treefdc5561971cd1899a6db3be67938f2be82ade2af /apps
parent55ab46042056e4ede7c7e9b1ee7ec8370d89c6b0 (diff)
issue #5773
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7154 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rwxr-xr-xapps/app_meetme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 3bdb789d3..5c1ca90c1 100755
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -1314,7 +1314,7 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c
tmp[0] = f->subclass;
tmp[1] = '\0';
- if (ast_goto_if_exists(chan, exitcontext, tmp, 1)) {
+ if (!ast_goto_if_exists(chan, exitcontext, tmp, 1)) {
ret = 0;
break;
} else if (option_debug > 1)