From: Marcin Siodelski Date: Mon, 8 Oct 2018 18:11:38 +0000 (+0200) Subject: [#93,!51] Fixed compilation issue in Config Backend pool. X-Git-Tag: 5-netconf-extend-syntax_base~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e3c2ca73e2394a40bc5711b4ca10eaa4b3feffc;p=thirdparty%2Fkea.git [#93,!51] Fixed compilation issue in Config Backend pool. --- diff --git a/src/lib/dhcpsrv/config_backend_pool_dhcp4.cc b/src/lib/dhcpsrv/config_backend_pool_dhcp4.cc index c2e81acd67..795ed25a43 100644 --- a/src/lib/dhcpsrv/config_backend_pool_dhcp4.cc +++ b/src/lib/dhcpsrv/config_backend_pool_dhcp4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") +gg// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this @@ -351,7 +351,7 @@ ConfigBackendPoolDHCPv4::deleteOption4(const BackendSelector& backend_selector, const std::string& shared_network_name, const uint16_t code, const std::string& space) { - return (createUpdateDeleteProperty (&ConfigBackendDHCPv4::deleteOption4, backend_selector, server_selector, shared_network_name, code, space));