From 50765000e619349e6492238197ffa854128b9329 Mon Sep 17 00:00:00 2001 From: Alexandr Anikin Date: Wed, 4 Jul 2012 18:50:47 +0000 Subject: fix small mistake in the previous git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369603 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- addons/ooh323cDriver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addons') 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); -- cgit v1.2.3