[svn-commits] irroot: branch irroot/t38gateway-1.8 r322025 - /team/irroot/t38gateway-1.8/ch...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Jun 5 02:57:14 CDT 2011


Author: irroot
Date: Sun Jun  5 02:57:09 2011
New Revision: 322025

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=322025
Log:
Remove futile deadlock code in chan_local

Modified:
    team/irroot/t38gateway-1.8/channels/chan_local.c

Modified: team/irroot/t38gateway-1.8/channels/chan_local.c
URL: http://svnview.digium.com/svn/asterisk/team/irroot/t38gateway-1.8/channels/chan_local.c?view=diff&rev=322025&r1=322024&r2=322025
==============================================================================
--- team/irroot/t38gateway-1.8/channels/chan_local.c (original)
+++ team/irroot/t38gateway-1.8/channels/chan_local.c Sun Jun  5 02:57:09 2011
@@ -597,9 +597,6 @@
 	}
 
 	/* Just queue for delivery to the other side */
-	while(ao2_trylock(p)) {
-		CHANNEL_DEADLOCK_AVOIDANCE(ast);
-	}
 	ao2_ref(p, 1); /* ref for local_queue_frame */
 	ao2_lock(p);
 	isoutbound = IS_OUTBOUND(ast, p);




More information about the svn-commits mailing list