projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
324e473
)
fix small mistake in the previous
author
Alexandr Anikin
<may@telecom-service.ru>
Wed, 4 Jul 2012 18:50:47 +0000
(18:50 +0000)
committer
Alexandr 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
patch
|
blob
|
history
diff --git
a/addons/ooh323cDriver.c
b/addons/ooh323cDriver.c
index
e2533fa
..
21a733e
100644
(file)
--- 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);