From: Matthew Fredrickson Date: Sat, 25 Nov 2006 21:50:42 +0000 (+0000) Subject: Little fix so we use the right message X-Git-Tag: 1.6.0-beta1~3^2~3871 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21025347488341730fb4bf7198eec8559b9b02fa;p=thirdparty%2Fasterisk.git Little fix so we use the right message git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48014 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_zap.c b/channels/chan_zap.c index 4b52827556..c5c935b99d 100644 --- a/channels/chan_zap.c +++ b/channels/chan_zap.c @@ -11603,7 +11603,7 @@ static struct ast_cli_entry zap_ss7_cli[] = { { { "ss7", "debug", "linkset", NULL }, handle_ss7_debug, "Enables SS7 debugging on a linkset", ss7_debug_help, NULL }, { { "ss7", "no", "debug", "linkset", NULL }, handle_ss7_no_debug, - "Disables SS7 debugging on a linkset", ss7_debug_help, NULL }, + "Disables SS7 debugging on a linkset", ss7_no_debug_help, NULL }, { { "ss7", "block", "cic", NULL }, handle_ss7_block_cic, "Disables SS7 debugging on a linkset", ss7_block_cic_help, NULL }, { { "ss7", "unblock", "cic", NULL }, handle_ss7_unblock_cic,