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

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jun 30 08:36:22 CDT 2010


Author: simon.perreault
Date: Wed Jun 30 08:36:18 2010
New Revision: 273187

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=273187
Log:
Fixed whitespace.

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=273187&r1=273186&r2=273187
==============================================================================
--- team/group/v6-new/channels/chan_sip.c (original)
+++ team/group/v6-new/channels/chan_sip.c Wed Jun 30 08:36:18 2010
@@ -17114,7 +17114,7 @@
 	else if (ast_sockaddr_isnull(&peer->addr))
 		ast_cli(fd, "Unable to get IP address of peer '%s'\n", arg);
 	else {
-		ast_sockaddr_copy(&debugaddr,&peer->addr);
+		ast_sockaddr_copy(&debugaddr, &peer->addr);
 		ast_cli(fd, "SIP Debugging Enabled for IP: %s\n", ast_sockaddr_stringify_addr(&debugaddr));
 		sipdebug |= sip_debug_console;
 	}




More information about the svn-commits mailing list