]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#632,!438] Trivial update to the function comment.
authorMarcin Siodelski <marcin@isc.org>
Tue, 30 Jul 2019 15:53:40 +0000 (17:53 +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 9bf2bc958770f5fe5dbf48816726afef30ebc20f..c1c828348cd8be3ca4d32db245c37d4de21104c4 100644 (file)
@@ -1245,7 +1245,8 @@ public:
         return (conn_.updateDeleteQuery(DELETE_POOLS6, in_bindings));
     }
 
-    /// @brief Deletes pd pools belonging to a subnet from the database.
+    /// @brief Deletes prefix delegation pools belonging to a subnet from
+    /// the database.
     ///
     /// The query deletes all pd pools associated with the subnet's
     /// identifier or prefix.