[svn-commits] irroot: branch irroot/distrotech-customers-trunk r320501 - /team/irroot/distr...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon May 23 08:54:48 CDT 2011


Author: irroot
Date: Mon May 23 08:54:37 2011
New Revision: 320501

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=320501
Log:
Deadlock Avoidance ast_channel_cmp_cb

Modified:
    team/irroot/distrotech-customers-trunk/main/channel.c

Modified: team/irroot/distrotech-customers-trunk/main/channel.c
URL: http://svnview.digium.com/svn/asterisk/team/irroot/distrotech-customers-trunk/main/channel.c?view=diff&rev=320501&r1=320500&r2=320501
==============================================================================
--- team/irroot/distrotech-customers-trunk/main/channel.c (original)
+++ team/irroot/distrotech-customers-trunk/main/channel.c Mon May 23 08:54:37 2011
@@ -1658,7 +1658,7 @@
 	struct ast_channel *chan = obj, *cmp_args = arg;
 	size_t name_len;
 	int ret = CMP_MATCH;
-	int locktry = 10;
+	int locktry = 0;
 
 	/* This is sort of a hack.  Basically, we're using an arbitrary field
 	 * in ast_channel to pass the name_len for a prefix match.  If this




More information about the svn-commits mailing list