From: Alexandr Anikin Date: Wed, 4 Jul 2012 18:50:47 +0000 (+0000) Subject: fix small mistake in the previous X-Git-Tag: 11.0.0-beta1~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50765000e619349e6492238197ffa854128b9329;p=thirdparty%2Fasterisk.git fix small mistake in the previous git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369603 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/addons/ooh323cDriver.c b/addons/ooh323cDriver.c index e2533fa6e3..21a733e2bd 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);