[asterisk-commits] russell: trunk r117212 - /trunk/main/channel.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon May 19 15:45:25 CDT 2008


Author: russell
Date: Mon May 19 15:45:25 2008
New Revision: 117212

URL: http://svn.digium.com/view/asterisk?view=rev&rev=117212
Log:
Minor formatting change to test a mantis change ...
(issue #12674)

Modified:
    trunk/main/channel.c

Modified: trunk/main/channel.c
URL: http://svn.digium.com/view/asterisk/trunk/main/channel.c?view=diff&rev=117212&r1=117211&r2=117212
==============================================================================
--- trunk/main/channel.c (original)
+++ trunk/main/channel.c Mon May 19 15:45:25 2008
@@ -488,8 +488,9 @@
 	shutting_down = 1;
 	if (hangup) {
 		AST_RWLIST_RDLOCK(&channels);
-		AST_RWLIST_TRAVERSE(&channels, c, chan_list)
+		AST_RWLIST_TRAVERSE(&channels, c, chan_list) {
 			ast_softhangup(c, AST_SOFTHANGUP_SHUTDOWN);
+		}
 		AST_RWLIST_UNLOCK(&channels);
 	}
 }




More information about the asterisk-commits mailing list