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:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user