]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3246] Change expired to relased in comment
authorMarcin Siodelski <marcin@isc.org>
Thu, 9 May 2024 09:28:47 +0000 (11:28 +0200)
committerMarcin Siodelski <marcin@isc.org>
Wed, 19 Jun 2024 10:34:18 +0000 (12:34 +0200)
src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc

index c76a9deeff6c4aa4879dd56656ff384a772c87cc..9f5ef616eba034dcb2e9cafecd66e988fcc9a1a5 100644 (file)
@@ -796,7 +796,7 @@ TEST_F(AllocEngine6Test, requestReuseReleasedLease6) {
                                        subnet_->getID());
     int64_t glbl_cumulative = getStatistics("cumulative-assigned-nas");
 
-    // Let's create an expired lease
+    // Let's create a released lease
     DuidPtr other_duid = DuidPtr(new DUID(vector<uint8_t>(12, 0xff)));
     const uint32_t other_iaid = 3568;