[svn-commits] file: trunk r47459 - in /trunk: ./ channels/chan_h323.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Fri Nov 10 12:40:02 MST 2006


Author: file
Date: Fri Nov 10 13:40:01 2006
New Revision: 47459

URL: http://svn.digium.com/view/asterisk?view=rev&rev=47459
Log:
Merged revisions 47457 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r47457 | file | 2006-11-10 14:36:25 -0500 (Fri, 10 Nov 2006) | 2 lines

Let's give this a go...

........

Modified:
    trunk/   (props changed)
    trunk/channels/chan_h323.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/channels/chan_h323.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_h323.c?view=diff&rev=47459&r1=47458&r2=47459
==============================================================================
--- trunk/channels/chan_h323.c (original)
+++ trunk/channels/chan_h323.c Fri Nov 10 13:40:01 2006
@@ -2726,9 +2726,8 @@
 
 static struct ast_cli_entry cli_h323_no_trace_deprecated =
 	{ "h.323", "no", "trace", NULL },
-	  h323_no_trace, "Disable H.323 Stack Tracing",
-	  no_trace_usage };
-};
+	h323_no_trace, "Disable H.323 Stack Tracing",
+	no_trace_usage };
 
 static struct ast_cli_entry cli_h323_debug_deprecated =
 	{ { "h.323", "debug", NULL },
@@ -2737,9 +2736,8 @@
 
 static struct ast_cli_entry cli_h323_no_debug_deprecated =
 	{ "h.323", "no", "debug", NULL },
-	  h323_no_debug, "Disable H.323 debug",
-	  no_debug_usage };
-};
+	h323_no_debug, "Disable H.323 debug",
+	no_debug_usage };
 
 static struct ast_cli_entry cli_h323_gk_cycle_deprecated =
 	{ { "h.323", "gk", "cycle", NULL },



More information about the svn-commits mailing list