BIND 10 master, updated. 90e30a79b4fdfe52a70fbc72f9f84a8dd1968506 [master] fix unit test
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Feb 27 19:29:46 UTC 2012
The branch, master has been updated
via 90e30a79b4fdfe52a70fbc72f9f84a8dd1968506 (commit)
from ff013364643f9bfa736b2d23fec39ac35872d6ad (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 90e30a79b4fdfe52a70fbc72f9f84a8dd1968506
Author: Jelte Jansen <jelte at isc.org>
Date: Mon Feb 27 20:29:25 2012 +0100
[master] fix unit test
-----------------------------------------------------------------------
Summary of changes:
src/bin/sockcreator/tests/sockcreator_tests.cc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/sockcreator/tests/sockcreator_tests.cc b/src/bin/sockcreator/tests/sockcreator_tests.cc
index 9bbb789..9604567 100644
--- a/src/bin/sockcreator/tests/sockcreator_tests.cc
+++ b/src/bin/sockcreator/tests/sockcreator_tests.cc
@@ -122,8 +122,8 @@ void addressFamilySpecificCheck(const sockaddr_in6*, const int socknum,
// Some more checks for UDP - MTU
#ifdef IPV6_USE_MIN_MTU /* RFC 3542, not too common yet*/
// use minimum MTU
- EXPECT_EQ(getsockopt(socknum, IPPROTO_IPV6, IPV6_USE_MIN_MTU, &options,
- &len)) << strerror(errno);
+ EXPECT_EQ(0, getsockopt(socknum, IPPROTO_IPV6, IPV6_USE_MIN_MTU,
+ &options, &len)) << strerror(errno);
EXPECT_NE(0, options);
#else
// We do not check for the IPV6_MTU, because while setting works (eg.
More information about the bind10-changes
mailing list