2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 22:15:23 +00:00

[2342] Extend MySQL tests

Clear up after every test and check that commit works.
This commit is contained in:
Stephen Morris
2012-10-24 22:14:42 +01:00
parent 45feb03e15
commit 89c8076272
2 changed files with 72 additions and 7 deletions

View File

@@ -90,6 +90,7 @@ public:
memset(bind_, 0, sizeof(bind_));
// address: varchar(40)
addr6_ = lease_->addr_.toText();
addr6_length_ = addr6_.size();