[svn-commits] simon.perreault: branch group/v6-new r271228 - /team/group/v6-new/channels/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jun 17 12:13:43 CDT 2010


Author: simon.perreault
Date: Thu Jun 17 12:13:38 2010
New Revision: 271228

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=271228
Log:
Embiggened the host column to allow displaying IPv6 addresses.

Modified:
    team/group/v6-new/channels/chan_sip.c

Modified: team/group/v6-new/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/group/v6-new/channels/chan_sip.c?view=diff&rev=271228&r1=271227&r2=271228
==============================================================================
--- team/group/v6-new/channels/chan_sip.c (original)
+++ team/group/v6-new/channels/chan_sip.c Thu Jun 17 12:13:38 2010
@@ -16076,8 +16076,8 @@
 /*! \brief  Show SIP Registry (registrations with other SIP proxies */
 static char *sip_show_registry(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
 {
-#define FORMAT2 "%-30.30s %-6.6s %-12.12s  %8.8s %-20.20s %-25.25s\n"
-#define FORMAT  "%-30.30s %-6.6s %-12.12s  %8d %-20.20s %-25.25s\n"
+#define FORMAT2 "%-39.39s %-6.6s %-12.12s  %8.8s %-20.20s %-25.25s\n"
+#define FORMAT  "%-39.39s %-6.6s %-12.12s  %8d %-20.20s %-25.25s\n"
 	char host[80];
 	char user[80];
 	char tmpdat[256];




More information about the svn-commits mailing list