From: Francis Dupont Date: Fri, 26 Jul 2019 15:44:46 +0000 (+0200) Subject: [632-pools-are-not-properly-updated-by-mysql-cb-when-subnet-id-is-modified] Fixed... X-Git-Tag: Kea-1.6.1~10^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfdf3dd132387a7102558e1b9e3a075fbd1fb32b;p=thirdparty%2Fkea.git [632-pools-are-not-properly-updated-by-mysql-cb-when-subnet-id-is-modified] Fixed a comment --- diff --git a/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp6.cc b/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp6.cc index e7c30b70b0..9bf2bc9587 100644 --- a/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp6.cc +++ b/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp6.cc @@ -1247,7 +1247,7 @@ public: /// @brief Deletes pd pools belonging to a subnet from the database. /// - /// The query deletes all pools associated with the subnet's + /// The query deletes all pd pools associated with the subnet's /// identifier or prefix. /// @param subnet Pointer to the subnet for which pd pools should be /// deleted.