[asterisk-commits] jcollie: branch jcollie/manager-flags r39314 - /team/jcollie/manager-flags/

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Aug 8 05:53:19 MST 2006


Author: jcollie
Date: Tue Aug  8 07:53:18 2006
New Revision: 39314

URL: http://svn.digium.com/view/asterisk?rev=39314&view=rev
Log:
Remove extra bracket.

Modified:
    team/jcollie/manager-flags/manager.c

Modified: team/jcollie/manager-flags/manager.c
URL: http://svn.digium.com/view/asterisk/team/jcollie/manager-flags/manager.c?rev=39314&r1=39313&r2=39314&view=diff
==============================================================================
--- team/jcollie/manager-flags/manager.c (original)
+++ team/jcollie/manager-flags/manager.c Tue Aug  8 07:53:18 2006
@@ -2587,7 +2587,7 @@
 		httptimeout = newhttptimeout;
 
 	/* If not enabled, do nothing */
-	if (!ast_test_flag(&global_options, MANAGER_FLAG_ENABLED)) {
+	if (!ast_test_flag(&global_options, MANAGER_FLAG_ENABLED))
 		return 0;
 
 	if (asock < 0) {



More information about the asterisk-commits mailing list