summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-09-07 01:55:29 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-09-07 01:55:29 +0000
commit35d9febc6e40dc8af498ce1649b71147972c303e (patch)
treed63bdeff9cd350fe1b18d9ac8a9752c7b1a1dc05
parent764cfe8f8ed34d2ef70074fd1a79e7df48ac8a8b (diff)
another buglet
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6521 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-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 92efa2152..61f473391 100755
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -885,7 +885,7 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c
}
ast_indicate(chan, -1);
retryzap = strcasecmp(chan->type, "Zap");
- user->zapchannel = retryzap;
+ user->zapchannel = !strcasecmp(chan->type, "Zap");
zapretry:
origfd = chan->fds[0];
if (retryzap) {