2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

[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

This commit is contained in:
Francis Dupont 2019-07-08 21:21:44 +02:00 committed by Marcin Siodelski
parent 326d0db94a
commit 2cce5188f6

View 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) {