]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5241] wording
authorFrancis Dupont <fdupont@isc.org>
Mon, 7 Aug 2017 07:46:54 +0000 (09:46 +0200)
committerFrancis Dupont <fdupont@isc.org>
Mon, 7 Aug 2017 07:46:54 +0000 (09:46 +0200)
src/bin/dhcp6/tests/dhcp6_srv_unittest.cc

index 8123f4ea237fd4f5106dbb0e7b0ce120e93d10d0..334bbae6b07b82c02f32ebc5a34d94d408c3d56a 100644 (file)
@@ -1552,7 +1552,7 @@ TEST_F(Dhcpv6SrvTest, prlPersistency) {
     // Let the server process it and generate a response.
     Pkt6Ptr response = srv_.processSolicit(sol);
 
-    // The server should a subscriber-id option
+    // The server should add a subscriber-id option
     ASSERT_TRUE(response->getOption(D6O_SUBSCRIBER_ID));
     // But no dns-servers
     ASSERT_FALSE(response->getOption(D6O_NAME_SERVERS));