]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Compilation fix after merge (missing })
authorTomek Mrugalski <tomasz@isc.org>
Mon, 30 Nov 2015 12:01:09 +0000 (13:01 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Mon, 30 Nov 2015 12:01:09 +0000 (13:01 +0100)
src/lib/dhcpsrv/tests/alloc_engine_expiration_unittest.cc

index cb26d3ff535d2bca09e847005d188ca04cc65a71..ce2c0c2dd9bb25eda6a2234e0eb61e67a3421888 100644 (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.