Skip to content

Commit 9143633

Browse files
committed
[#3246] Change expired to relased in comment
1 parent a14d468 commit 9143633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ TEST_F(AllocEngine6Test, requestReuseReleasedLease6) {
796796
subnet_->getID());
797797
int64_t glbl_cumulative = getStatistics("cumulative-assigned-nas");
798798

799-
// Let's create an expired lease
799+
// Let's create a released lease
800800
DuidPtr other_duid = DuidPtr(new DUID(vector<uint8_t>(12, 0xff)));
801801
const uint32_t other_iaid = 3568;
802802

0 commit comments

Comments
 (0)