[svn-commits] seanbright: branch seanbright/the_ipv6ification_of_chan_iax2_by_the_coward_se...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Feb 27 15:56:31 CST 2012


Author: seanbright
Date: Mon Feb 27 15:56:27 2012
New Revision: 357089

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=357089
Log:
How'd that tab get in there?

Modified:
    team/seanbright/the_ipv6ification_of_chan_iax2_by_the_coward_sean_bright/channels/chan_iax2.c

Modified: team/seanbright/the_ipv6ification_of_chan_iax2_by_the_coward_sean_bright/channels/chan_iax2.c
URL: http://svnview.digium.com/svn/asterisk/team/seanbright/the_ipv6ification_of_chan_iax2_by_the_coward_sean_bright/channels/chan_iax2.c?view=diff&rev=357089&r1=357088&r2=357089
==============================================================================
--- team/seanbright/the_ipv6ification_of_chan_iax2_by_the_coward_sean_bright/channels/chan_iax2.c (original)
+++ team/seanbright/the_ipv6ification_of_chan_iax2_by_the_coward_sean_bright/channels/chan_iax2.c Mon Feb 27 15:56:27 2012
@@ -8450,7 +8450,7 @@
 	char msgstatus[60];
 	int refresh = 60;
 	char ourip[256] = "<Unspecified>";
-	struct ast_sockaddr	oldus = AST_SOCKADDR_INIT_VALUE;
+	struct ast_sockaddr oldus = AST_SOCKADDR_INIT_VALUE;
 	struct ast_sockaddr us = AST_SOCKADDR_INIT_VALUE;
 	int oldmsgs;
 




More information about the svn-commits mailing list