From: Francis Dupont Date: Sat, 16 Feb 2019 14:01:42 +0000 (+0100) Subject: [464-vivso-fix] A a -> Add a X-Git-Tag: 397-cb-implement-mysqlconfigbackenddhcpv6_base~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58f790f9fb10586bce8c3d4549b2b5c01f5837e1;p=thirdparty%2Fkea.git [464-vivso-fix] A a -> Add a --- diff --git a/src/bin/dhcp4/tests/vendor_opts_unittest.cc b/src/bin/dhcp4/tests/vendor_opts_unittest.cc index dcfe27d681..fed81ec34f 100644 --- a/src/bin/dhcp4/tests/vendor_opts_unittest.cc +++ b/src/bin/dhcp4/tests/vendor_opts_unittest.cc @@ -482,7 +482,7 @@ TEST_F(VendorOptsTest, vivsoInResponseOnly) { EXPECT_NO_THROW(configure(config, *client.getServer())); - // A a vendor-class identifier (this matches what Genexis hardware sends) + // Add a vendor-class identifier (this matches what Genexis hardware sends) OptionPtr vopt(new OptionString(Option::V4, DHO_VENDOR_CLASS_IDENTIFIER, "HMC1000.v1.3.0-R,Element-P1090,genexis.eu")); client.addExtraOption(vopt);