[asterisk-commits] twilson: branch 1.8 r331658 -	/branches/1.8/tests/test_netsock2.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Fri Aug 12 11:30:29 CDT 2011
    
    
  
Author: twilson
Date: Fri Aug 12 11:30:26 2011
New Revision: 331658
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=331658
Log:
Fix netsock2 multiple zero-expansion test
Remove erroneous single bracket.
Modified:
    branches/1.8/tests/test_netsock2.c
Modified: branches/1.8/tests/test_netsock2.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/tests/test_netsock2.c?view=diff&rev=331658&r1=331657&r2=331658
==============================================================================
--- branches/1.8/tests/test_netsock2.c (original)
+++ branches/1.8/tests/test_netsock2.c Fri Aug 12 11:30:26 2011
@@ -69,7 +69,7 @@
 		{ "[2001::1]", 1 },
 		{ "[2001:0000:4136:e378:8000:63bf:3fff:fdd2]:5060", 1 },
 		{ "2001:0000:4136:e378:8000:63bf:3fff:fdd2:5060", 0 }, /* port, but no brackets */
-		{ "[fe80::200::abcd", 0 }, /* multiple zero expansions */
+		{ "fe80::200::abcd", 0 }, /* multiple zero expansions */
 	};
 
 	size_t x;
    
    
More information about the asterisk-commits
mailing list