]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3477] Typo
authorFrancis Dupont <fdupont@isc.org>
Fri, 20 Sep 2024 12:34:49 +0000 (14:34 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 20 Sep 2024 12:34:49 +0000 (14:34 +0200)
src/bin/dhcp6/tests/ctrl_dhcp6_srv_unittest.cc

index cf08d146df70ac40d6a3a8267093e7219d807bde..fc1271b070f41489a7cbf088fd3be84c60c70021 100644 (file)
@@ -461,7 +461,7 @@ TEST_F(CtrlDhcpv6SrvTest, commands) {
     comment = parseAnswer(rcode, result);
     EXPECT_EQ(0, rcode); // expect success
     // Exit value should default to 0.
-    EXPECT_EQ(0, server_->getExitValue());
+    EXPECT_EQ(0, srv->getExitValue());
 
     // Case 3: send shutdown command with exit-value parameter.
     ConstElementPtr x(new isc::data::IntElement(77));