[asterisk-commits] twilson: branch 10 r331659 - in /branches/10: ./ tests/test_netsock2.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Aug 12 11:31:25 CDT 2011
Author: twilson
Date: Fri Aug 12 11:31:21 2011
New Revision: 331659
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=331659
Log:
Merged revisions 331658 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r331658 | twilson | 2011-08-12 11:30:26 -0500 (Fri, 12 Aug 2011) | 4 lines
Fix netsock2 multiple zero-expansion test
Remove erroneous single bracket.
........
Modified:
branches/10/ (props changed)
branches/10/tests/test_netsock2.c
Propchange: branches/10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: branches/10/tests/test_netsock2.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/tests/test_netsock2.c?view=diff&rev=331659&r1=331658&r2=331659
==============================================================================
--- branches/10/tests/test_netsock2.c (original)
+++ branches/10/tests/test_netsock2.c Fri Aug 12 11:31:21 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