2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[master] Compilation fix after merge (missing })

This commit is contained in:
Tomek Mrugalski
2015-11-30 13:01:09 +01:00
parent e1cd854c40
commit 1930797c48

View File

@@ -1632,6 +1632,7 @@ TEST_F(ExpirationAllocEngine6Test, reclaimReusedLeasesSolicit) {
// again when the Solicit message is being processed.
TEST_F(ExpirationAllocEngine6Test, reclaimReusedLeasesSolicitAlreadyReclaimed) {
testReclaimReusedLeases(DHCPV6_SOLICIT, true);
}
// This test verifies if the hooks installed on lease6_recover are called
// when the lease expires.