From 35d9febc6e40dc8af498ce1649b71147972c303e Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Wed, 7 Sep 2005 01:55:29 +0000 Subject: [PATCH] another buglet git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6521 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_meetme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 92efa21528..61f473391d 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) {