From bbe5ff18c22e012d26d0ac78638a82324a26435f Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Mon, 21 Jun 2004 04:08:54 +0000 Subject: Fix locking in zapscan git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3251 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_zapscan.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'apps/app_zapscan.c') diff --git a/apps/app_zapscan.c b/apps/app_zapscan.c index f449c7f36..dab62711d 100755 --- a/apps/app_zapscan.c +++ b/apps/app_zapscan.c @@ -72,10 +72,7 @@ static struct ast_channel *get_zap_channel_locked(int num) { ast_mutex_unlock(&c->lock); c = ast_channel_walk_locked(c); } - if (c) - return c; - - return NULL; + return c; } static int careful_write(int fd, unsigned char *data, int len) @@ -334,7 +331,8 @@ static int conf_exec(struct ast_channel *chan, void *data) res = conf_run(chan, confno, confflags); if (res<0) break; input = res; - } + } else if (tempchan) + ast_mutex_unlock(&tempchan->lock); lastchan = tempchan; } LOCAL_USER_REMOVE(u); -- cgit v1.2.3