BIND 10 trac2414, updated. ae39613c152173ff88cfbaa32f379613c81b5a7d [2414] Fix in checkLease method

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Nov 1 15:41:37 UTC 2012


The branch, trac2414 has been updated
       via  ae39613c152173ff88cfbaa32f379613c81b5a7d (commit)
      from  3d69190c34d28e64ddbd31439968402b8c903475 (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 ae39613c152173ff88cfbaa32f379613c81b5a7d
Author: Tomek Mrugalski <tomasz at isc.org>
Date:   Thu Nov 1 16:37:48 2012 +0100

    [2414] Fix in checkLease method

-----------------------------------------------------------------------

Summary of changes:
 src/bin/dhcp6/tests/dhcp6_srv_unittest.cc |    2 ++
 1 file changed, 2 insertions(+)

-----------------------------------------------------------------------
diff --git a/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc b/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
index 67ec5b7..f9a4aac 100644
--- a/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
+++ b/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
@@ -156,6 +156,8 @@ public:
         EXPECT_TRUE(*lease->duid_ == *duid);
         EXPECT_EQ(ia->getIAID(), lease->iaid_);
         EXPECT_EQ(subnet_->getID(), lease->subnet_id_);
+
+        return (lease);
     }
 
     ~Dhcpv6SrvTest() {



More information about the bind10-changes mailing list