[asterisk-commits] mmichelson: branch 1.6.0 r110273 - in /branches/1.6.0: ./ main/dial.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Mar 20 13:02:42 CDT 2008


Author: mmichelson
Date: Thu Mar 20 13:02:42 2008
New Revision: 110273

URL: http://svn.digium.com/view/asterisk?view=rev&rev=110273
Log:
Merged revisions 110272 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
r110272 | mmichelson | 2008-03-20 13:01:36 -0500 (Thu, 20 Mar 2008) | 3 lines

Add missing unlock


........

Modified:
    branches/1.6.0/   (props changed)
    branches/1.6.0/main/dial.c

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/main/dial.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/main/dial.c?view=diff&rev=110273&r1=110272&r2=110273
==============================================================================
--- branches/1.6.0/main/dial.c (original)
+++ branches/1.6.0/main/dial.c Thu Mar 20 13:02:42 2008
@@ -317,6 +317,7 @@
 	AST_LIST_TRAVERSE(&dial->channels, channel, list) {
 		success += begin_dial_channel(channel, chan);
 	}
+	AST_LIST_UNLOCK(&dial->channels);
 
 	/* If number of failures matches the number of channels, then this truly failed */
 	return success;




More information about the asterisk-commits mailing list