Skip to content

Commit c0d4462

Browse files
committed
[#3785] Another fix
1 parent 47458ff commit c0d4462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/dhcpsrv/tests/memfile_lease_limits_unittest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ TEST_F(ClassLeaseCounterTest, basicCountingTests6) {
415415
// Fetching the count for a non-existent class
416416
// should return 0.
417417
ASSERT_EQ(0, clc_.size(Lease::TYPE_NA));
418-
size_t count;
418+
size_t count = 0;
419419
ASSERT_NO_THROW(count = clc_.getClassCount(melon, Lease::TYPE_NA));
420420
EXPECT_EQ(0, count);
421421

0 commit comments

Comments
 (0)