[asterisk-commits] mvanbaak: branch group/multiparking r110134 - /team/group/multiparking/main/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Mar 19 17:10:12 CDT 2008


Author: mvanbaak
Date: Wed Mar 19 17:10:12 2008
New Revision: 110134

URL: http://svn.digium.com/view/asterisk?view=rev&rev=110134
Log:
remove unused astobj_unlock call

Modified:
    team/group/multiparking/main/features.c

Modified: team/group/multiparking/main/features.c
URL: http://svn.digium.com/view/asterisk/team/group/multiparking/main/features.c?view=diff&rev=110134&r1=110133&r2=110134
==============================================================================
--- team/group/multiparking/main/features.c (original)
+++ team/group/multiparking/main/features.c Wed Mar 19 17:10:12 2008
@@ -2591,7 +2591,8 @@
 		ast_answer(chan);
 
 	//XXX Why do we unlock here ?
-	ASTOBJ_UNLOCK(parkinglot);
+	// uncomment it for now, till my setup with debug_threads and detect_deadlocks starts to complain
+	//ASTOBJ_UNLOCK(parkinglot);
 
 	if (peer) {
 		/* Play a courtesy to the source(s) configured to prefix the bridge connecting */




More information about the asterisk-commits mailing list