[asterisk-commits] may: trunk r369603 - /trunk/addons/ooh323cDriver.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jul 4 13:50:49 CDT 2012
Author: may
Date: Wed Jul 4 13:50:47 2012
New Revision: 369603
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=369603
Log:
fix small mistake in the previous
Modified:
trunk/addons/ooh323cDriver.c
Modified: trunk/addons/ooh323cDriver.c
URL: http://svnview.digium.com/svn/asterisk/trunk/addons/ooh323cDriver.c?view=diff&rev=369603&r1=369602&r2=369603
==============================================================================
--- trunk/addons/ooh323cDriver.c (original)
+++ trunk/addons/ooh323cDriver.c Wed Jul 4 13:50:47 2012
@@ -114,7 +114,7 @@
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);
More information about the asterisk-commits
mailing list