]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3536] addressed comments
authorRazvan Becheriu <razvan@isc.org>
Wed, 18 Sep 2024 10:44:03 +0000 (13:44 +0300)
committerRazvan Becheriu <razvan@isc.org>
Thu, 3 Oct 2024 18:04:37 +0000 (21:04 +0300)
src/lib/dhcpsrv/lease_mgr_factory.cc

index cfed1010f2bd8dca005013375310f4df83ee71f7..b619a5611d1762e05109da8f8f390a8befe7f1ed 100644 (file)
@@ -26,8 +26,12 @@ namespace dhcp {
 
 map<string, pair<LeaseMgrFactory::Factory, LeaseMgrFactory::DBVersion>> LeaseMgrFactory::map_;
 
+namespace {
+
 /// @brief Initializer.
-MemfileLeaseMgrInit memfile_init;
+isc::dhcp::MemfileLeaseMgrInit memfile_init;
+
+}
 
 TrackingLeaseMgrPtr&
 LeaseMgrFactory::getLeaseMgrPtr() {