From a3aedad1fd85f41248e1e42a6a8fd8c9048587b4 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sat, 17 Mar 2018 12:46:27 +0100 Subject: [PATCH] [5533a] Removed spurious both's signaled by Tomek --- src/lib/dhcpsrv/base_host_data_source.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/dhcpsrv/base_host_data_source.h b/src/lib/dhcpsrv/base_host_data_source.h index c96a3a96b2..1ee7143052 100644 --- a/src/lib/dhcpsrv/base_host_data_source.h +++ b/src/lib/dhcpsrv/base_host_data_source.h @@ -261,7 +261,7 @@ public: /// @brief Attempts to delete a host by (subnet-id4, identifier, identifier-type) /// - /// This method supports both v4 hosts only. + /// This method supports v4 hosts only. /// /// @param subnet_id IPv4 Subnet identifier. /// @param identifier_type Identifier type. @@ -276,7 +276,7 @@ public: /// @brief Attempts to delete a host by (subnet-id6, identifier, identifier-type) /// - /// This method supports both v6 hosts only. + /// This method supports v6 hosts only. /// /// @param subnet_id IPv6 Subnet identifier. /// @param identifier_type Identifier type. -- 2.47.3