summaryrefslogtreecommitdiff
path: root/addons/ooh323cDriver.c
diff options
context:
space:
mode:
authorAlexandr Anikin <may@telecom-service.ru>2012-07-04 18:50:47 +0000
committerAlexandr Anikin <may@telecom-service.ru>2012-07-04 18:50:47 +0000
commit50765000e619349e6492238197ffa854128b9329 (patch)
treee939724813c4298ee65072910097d0a999752b33 /addons/ooh323cDriver.c
parent324e47342e9e54238ed6a7474b899ab87b3fd821 (diff)
fix small mistake in the previous
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369603 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'addons/ooh323cDriver.c')
-rw-r--r--addons/ooh323cDriver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/ooh323cDriver.c b/addons/ooh323cDriver.c
index e2533fa6e..21a733e2b 100644
--- a/addons/ooh323cDriver.c
+++ b/addons/ooh323cDriver.c
@@ -114,7 +114,7 @@ void* ooh323c_call_thread(void* dummy)
ast_mutex_unlock(&mycthread->lock);
ast_mutex_unlock(&callThreadsLock);
- } while (mycthread->call != NULL && res == 0);
+ } while (mycthread->call != NULL && res >= 0);
ast_mutex_destroy(&mycthread->lock);