From: Tomek Mrugalski Date: Mon, 30 Nov 2015 12:01:09 +0000 (+0100) Subject: [master] Compilation fix after merge (missing }) X-Git-Tag: trac4231_base~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1930797c48fee7f4006a33cecd6f08b05ae76725;p=thirdparty%2Fkea.git [master] Compilation fix after merge (missing }) --- diff --git a/src/lib/dhcpsrv/tests/alloc_engine_expiration_unittest.cc b/src/lib/dhcpsrv/tests/alloc_engine_expiration_unittest.cc index cb26d3ff53..ce2c0c2dd9 100644 --- a/src/lib/dhcpsrv/tests/alloc_engine_expiration_unittest.cc +++ b/src/lib/dhcpsrv/tests/alloc_engine_expiration_unittest.cc @@ -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.