[svn-commits] seanbright: branch 1.6.0 r129640 - in /branches/1.6.0: ./ channels/chan_sip.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jul 10 13:18:08 CDT 2008


Author: seanbright
Date: Thu Jul 10 13:18:07 2008
New Revision: 129640

URL: http://svn.digium.com/view/asterisk?view=rev&rev=129640
Log:
Merged revisions 129638 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
r129638 | seanbright | 2008-07-10 14:16:21 -0400 (Thu, 10 Jul 2008) | 1 line

Remove extraneous \n.  Pointed out by eliel on #asterisk-dev.
........

Modified:
    branches/1.6.0/   (props changed)
    branches/1.6.0/channels/chan_sip.c

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/channels/chan_sip.c?view=diff&rev=129640&r1=129639&r2=129640
==============================================================================
--- branches/1.6.0/channels/chan_sip.c (original)
+++ branches/1.6.0/channels/chan_sip.c Thu Jul 10 13:18:07 2008
@@ -21617,7 +21617,7 @@
 	AST_CLI_DEFINE(sip_show_objects, "List all SIP object allocations"),
 	AST_CLI_DEFINE(sip_show_peers, "List defined SIP peers"),
 	AST_CLI_DEFINE(sip_show_registry, "List SIP registration status"),
-	AST_CLI_DEFINE(sip_unregister, "Unregister (force expiration) a SIP peer from the registery\n"),
+	AST_CLI_DEFINE(sip_unregister, "Unregister (force expiration) a SIP peer from the registery"),
 	AST_CLI_DEFINE(sip_show_settings, "Show SIP global settings"),
 	AST_CLI_DEFINE(sip_notify, "Send a notify packet to a SIP peer"),
 	AST_CLI_DEFINE(sip_show_channel, "Show detailed SIP channel info"),




More information about the svn-commits mailing list