Browse Source

[master] Compilation fix after merge (missing })

Tomek Mrugalski 9 years ago
parent
commit
1930797c48
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/dhcpsrv/tests/alloc_engine_expiration_unittest.cc

+ 1 - 0
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.
 // again when the Solicit message is being processed.
 TEST_F(ExpirationAllocEngine6Test, reclaimReusedLeasesSolicitAlreadyReclaimed) {
 TEST_F(ExpirationAllocEngine6Test, reclaimReusedLeasesSolicitAlreadyReclaimed) {
     testReclaimReusedLeases(DHCPV6_SOLICIT, true);
     testReclaimReusedLeases(DHCPV6_SOLICIT, true);
+}
 
 
 // This test verifies if the hooks installed on lease6_recover are called
 // This test verifies if the hooks installed on lease6_recover are called
 // when the lease expires.
 // when the lease expires.