summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/cfg_subnets6.cc
diff options
context:
space:
mode:
authorRazvan Becheriu <razvan@isc.org>2020-08-12 16:03:12 +0200
committerRazvan Becheriu <razvan@isc.org>2020-08-13 21:40:16 +0200
commit87803b4a676378da59dce06c67f4297d12426099 (patch)
tree13e1dc476f2abcec2e1bfa091d89ec9f5530f1a2 /src/lib/dhcpsrv/cfg_subnets6.cc
parent[#1336] fixed unittests (diff)
downloadkea-87803b4a676378da59dce06c67f4297d12426099.tar.xz
kea-87803b4a676378da59dce06c67f4297d12426099.zip
[#1336] added ChangeLog
Diffstat (limited to 'src/lib/dhcpsrv/cfg_subnets6.cc')
-rw-r--r--src/lib/dhcpsrv/cfg_subnets6.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dhcpsrv/cfg_subnets6.cc b/src/lib/dhcpsrv/cfg_subnets6.cc
index 61ec1410bc..e21ebd4e3c 100644
--- a/src/lib/dhcpsrv/cfg_subnets6.cc
+++ b/src/lib/dhcpsrv/cfg_subnets6.cc
@@ -452,7 +452,7 @@ CfgSubnets6::updateStatistics() {
// Only recount the stats if we have subnets.
if (subnets_.begin() != subnets_.end()) {
- LeaseMgrFactory::instance().recountLeaseStats6();
+ LeaseMgrFactory::instance().recountLeaseStats6();
}
}