mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user