summaryrefslogtreecommitdiff
path: root/channels/chan_h323.c
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2006-11-10 19:40:01 +0000
committerJoshua Colp <jcolp@digium.com>2006-11-10 19:40:01 +0000
commitc6e8dbf189d73145b7e768fd015485506a569a5b (patch)
treec4063079c18ec134b8b878d29c18b4dc61213c1c /channels/chan_h323.c
parent554902f070e6da4ccfd986dfd08d6d6c012ad8eb (diff)
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... ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47459 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_h323.c')
-rw-r--r--channels/chan_h323.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/channels/chan_h323.c b/channels/chan_h323.c
index 06c9b9d3a..c6b42b948 100644
--- a/channels/chan_h323.c
+++ b/channels/chan_h323.c
@@ -2726,9 +2726,8 @@ static struct ast_cli_entry cli_h323_trace_deprecated =
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_debug_deprecated =
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 },