BIND 10 trac2952, updated. 09b659275c05d9bb215148b5c4976eed50ba4cba [2952] Proposed ChangeLog entry added.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Aug 14 12:02:53 UTC 2013
The branch, trac2952 has been updated
via 09b659275c05d9bb215148b5c4976eed50ba4cba (commit)
via c276e3c22b719c6e604dc853309da85797b506c2 (commit)
from 36a281824e92417f23c0ecbbc0c4a88a7e9182f3 (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 09b659275c05d9bb215148b5c4976eed50ba4cba
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Wed Aug 14 14:02:42 2013 +0200
[2952] Proposed ChangeLog entry added.
commit c276e3c22b719c6e604dc853309da85797b506c2
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Wed Aug 14 14:02:27 2013 +0200
[2952] LeaseMgr pointer is now initialized properly.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
src/lib/dhcpsrv/tests/test_utils.cc | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index d371062..b3152a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+6XX. [func] dclink
+ memfile backend now supports getLease4(hwaddr) and getLease4(client-id)
+ methods.
+ (Trac #2592, git ABCD)
+
658. [func]* vorner
The resolver, being experimental, is no longer installed by default.
If you really want to use it, even when it is known to be buggy, use
diff --git a/src/lib/dhcpsrv/tests/test_utils.cc b/src/lib/dhcpsrv/tests/test_utils.cc
index 3a3b9b3..a5e05fe 100644
--- a/src/lib/dhcpsrv/tests/test_utils.cc
+++ b/src/lib/dhcpsrv/tests/test_utils.cc
@@ -87,7 +87,8 @@ detailCompareLease(const Lease6Ptr& first, const Lease6Ptr& second) {
}
-GenericLeaseMgrTest::GenericLeaseMgrTest() {
+GenericLeaseMgrTest::GenericLeaseMgrTest()
+ :lmptr_(NULL) {
// Initialize address strings and IOAddresses
for (int i = 0; ADDRESS4[i] != NULL; ++i) {
string addr(ADDRESS4[i]);
More information about the bind10-changes
mailing list