]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[716-mysql_cb-extend-the-backend-with-the-ability-to-associate-the-shared-networks...
authorFrancis Dupont <fdupont@isc.org>
Mon, 8 Jul 2019 19:21:44 +0000 (21:21 +0200)
committerMarcin Siodelski <marcin@isc.org>
Tue, 9 Jul 2019 18:37:29 +0000 (14:37 -0400)
src/hooks/dhcp/mysql_cb/mysql_cb_dhcp6.cc

index d89c346589bd02201ed28bfd3d3e70e66fdf4838..103f1b2e0c618301181a1c84a4c1e9a359795074 100644 (file)
@@ -3259,7 +3259,7 @@ MySqlConfigBackendDHCPv6::deleteOption6(const ServerSelector& server_selector,
 }
 
 uint64_t
-MySqlConfigBackendDHCPv6::deleteOption6(const ServerSelector& server_selector,
+MySqlConfigBackendDHCPv6::deleteOption6(const ServerSelector& /* server_selector */,
                                         const std::string& shared_network_name,
                                         const uint16_t code,
                                         const std::string& space) {