]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#93,!51] Fixed compilation issue in Config Backend pool.
authorMarcin Siodelski <marcin@isc.org>
Mon, 8 Oct 2018 18:11:38 +0000 (20:11 +0200)
committerMarcin Siodelski <marcin@isc.org>
Mon, 8 Oct 2018 18:11:38 +0000 (20:11 +0200)
src/lib/dhcpsrv/config_backend_pool_dhcp4.cc

index c2e81acd6761ee5d8c74a91f6a32533087790b7d..795ed25a43b2d65dbcd7d8973c340dfff6a78a07 100644 (file)
@@ -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<uint64_t, const std::string&, const uint16_t,
+    return (createUpdateDeleteProperty<uint64_t, const std::string&, uint16_t,
                                        const std::string&>
             (&ConfigBackendDHCPv4::deleteOption4, backend_selector, server_selector,
              shared_network_name, code, space));