]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
fix small mistake in the previous
authorAlexandr Anikin <may@telecom-service.ru>
Wed, 4 Jul 2012 18:50:47 +0000 (18:50 +0000)
committerAlexandr Anikin <may@telecom-service.ru>
Wed, 4 Jul 2012 18:50:47 +0000 (18:50 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369603 65c4cc65-6c06-0410-ace0-fbb531ad65f3

addons/ooh323cDriver.c

index e2533fa6e3d187d1496d4dc29bf733320af868db..21a733e2bd28bfad70895dd034e7f25ca26b1131 100644 (file)
@@ -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);