fix small mistake in the previous

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369603 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Alexandr Anikin
2012-07-04 18:50:47 +00:00
parent 324e47342e
commit 50765000e6

View 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);