[svn-commits] dvossel: branch dvossel/masq_locking_order_trunk r221471 - /team/dvossel/masq...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Sep 30 16:43:16 CDT 2009
Author: dvossel
Date: Wed Sep 30 16:43:12 2009
New Revision: 221471
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=221471
Log:
removes bogus unlock I added by accident.
Modified:
team/dvossel/masq_locking_order_trunk/channels/chan_sip.c
Modified: team/dvossel/masq_locking_order_trunk/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/dvossel/masq_locking_order_trunk/channels/chan_sip.c?view=diff&rev=221471&r1=221470&r2=221471
==============================================================================
--- team/dvossel/masq_locking_order_trunk/channels/chan_sip.c (original)
+++ team/dvossel/masq_locking_order_trunk/channels/chan_sip.c Wed Sep 30 16:43:12 2009
@@ -21600,7 +21600,6 @@
while (bridge && ast_channel_trylock(bridge)) {
ast_channel_unlock(p->owner);
do {
- ast_channel_unlock(p->owner);
/* Can't use DEADLOCK_AVOIDANCE since p is an ao2 object */
sip_pvt_unlock(p);
usleep(1);
More information about the svn-commits
mailing list