BIND 10 master, updated. 4e92be8690b5b439d1d022083d6677a5c1a313d7 [master] dhcp4_srv compilation fix for some systems (after #2983 merge)
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Aug 26 10:31:04 UTC 2013
The branch, master has been updated
via 4e92be8690b5b439d1d022083d6677a5c1a313d7 (commit)
from 8ab644fc53d264555f4896cf05fdf28ea8753d80 (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 4e92be8690b5b439d1d022083d6677a5c1a313d7
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Mon Aug 26 12:30:38 2013 +0200
[master] dhcp4_srv compilation fix for some systems (after #2983 merge)
-----------------------------------------------------------------------
Summary of changes:
src/bin/dhcp4/tests/dhcp4_srv_unittest.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc b/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
index b1986fb..1b68747 100644
--- a/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
+++ b/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
@@ -2763,7 +2763,7 @@ TEST_F(HooksDhcpv4SrvTest, lease4RenewSimple) {
// Check that hwaddr parameter is passed properly
ASSERT_TRUE(callback_hwaddr_);
- EXPECT_EQ(*callback_hwaddr_, *req->getHWAddr());
+ EXPECT_TRUE(*callback_hwaddr_ == *req->getHWAddr());
// Check that the subnet is passed properly
ASSERT_TRUE(callback_subnet4_);
More information about the bind10-changes
mailing list