]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[632-pools-are-not-properly-updated-by-mysql-cb-when-subnet-id-is-modified] Fixed...
authorFrancis Dupont <fdupont@isc.org>
Fri, 26 Jul 2019 15:44:46 +0000 (17:44 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 1 Aug 2019 16:06:46 +0000 (12:06 -0400)
src/hooks/dhcp/mysql_cb/mysql_cb_dhcp6.cc

index e7c30b70b0ae56b0da47a33472822ccfaffb1cc0..9bf2bc958770f5fe5dbf48816726afef30ebc20f 100644 (file)
@@ -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.