2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-05 00:15:17 +00:00

[3556] Reenabled one disabled test (and fixed MySQL to actually pass it)

This commit is contained in:
Tomek Mrugalski
2014-11-06 19:40:25 +01:00
parent ab0365c68d
commit 1ea3e6c973
2 changed files with 5 additions and 2 deletions

View File

@@ -735,6 +735,10 @@ public:
// reasons, see memset() above
// duid: varchar(128)
if (!lease_->duid_) {
isc_throw(DbOperationError, "lease6 for address " << addr6_
<< " is missing mandatory client-id.");
}
duid_ = lease_->duid_->getDuid();
duid_length_ = duid_.size();