From: Francis Dupont Date: Mon, 13 Mar 2023 09:35:17 +0000 (+0100) Subject: [#719] Fixed rebasing bug X-Git-Tag: Kea-2.3.6~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18fd2036408bbdd9d6049eb52ccf90fc0682b74a;p=thirdparty%2Fkea.git [#719] Fixed rebasing bug --- diff --git a/src/bin/dhcp4/tests/vendor_opts_unittest.cc b/src/bin/dhcp4/tests/vendor_opts_unittest.cc index 8e61eb1745..327f67a335 100644 --- a/src/bin/dhcp4/tests/vendor_opts_unittest.cc +++ b/src/bin/dhcp4/tests/vendor_opts_unittest.cc @@ -1327,6 +1327,8 @@ TEST_F(VendorOptsTest, vendorOptionsOROAndPersistentMultipleOptionDifferentVendo { 32768, 16384 }, {}, { DOCSIS3_V4_TFTP_SERVERS, 22 }); +} + // This test checks if cancelled options are actually never assigned. TEST_F(VendorOptsTest, vendorCancelledOptions) { NakedDhcpv4Srv srv(0);