From: Francis Dupont Date: Mon, 8 Jul 2019 19:21:44 +0000 (+0200) Subject: [716-mysql_cb-extend-the-backend-with-the-ability-to-associate-the-shared-networks... X-Git-Tag: Kea-1.6.0-beta2~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cce5188f6f3e138c43a7aa4cc675d2f0fb65db1;p=thirdparty%2Fkea.git [716-mysql_cb-extend-the-backend-with-the-ability-to-associate-the-shared-networks-with-the-server-tags] Delete Option6 by network does not use the server selector --- diff --git a/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp6.cc b/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp6.cc index d89c346589..103f1b2e0c 100644 --- a/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp6.cc +++ b/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp6.cc @@ -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) {