Skip to content

Commit bab4048

Browse files
committed
[#3477] Typo
1 parent f784617 commit bab4048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/dhcp6/tests/ctrl_dhcp6_srv_unittest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ TEST_F(CtrlDhcpv6SrvTest, commands) {
461461
comment = parseAnswer(rcode, result);
462462
EXPECT_EQ(0, rcode); // expect success
463463
// Exit value should default to 0.
464-
EXPECT_EQ(0, server_->getExitValue());
464+
EXPECT_EQ(0, srv->getExitValue());
465465

466466
// Case 3: send shutdown command with exit-value parameter.
467467
ConstElementPtr x(new isc::data::IntElement(77));

0 commit comments

Comments
 (0)