summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/cfg_subnets4.cc
diff options
context:
space:
mode:
authorRazvan Becheriu <razvan@isc.org>2020-08-03 14:11:34 +0200
committerRazvan Becheriu <razvan@isc.org>2020-08-13 21:37:50 +0200
commite8fb99b074496327bc8751fcc8a1b93db068a3a8 (patch)
tree765e0d351bf6445ac326ad907209ef5707df873c /src/lib/dhcpsrv/cfg_subnets4.cc
parent[#1333] Applied optimization from clang (diff)
downloadkea-e8fb99b074496327bc8751fcc8a1b93db068a3a8.tar.xz
kea-e8fb99b074496327bc8751fcc8a1b93db068a3a8.zip
[#1336] count declined as allocated
Diffstat (limited to 'src/lib/dhcpsrv/cfg_subnets4.cc')
-rw-r--r--src/lib/dhcpsrv/cfg_subnets4.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dhcpsrv/cfg_subnets4.cc b/src/lib/dhcpsrv/cfg_subnets4.cc
index eda3bd2240..08602ff01d 100644
--- a/src/lib/dhcpsrv/cfg_subnets4.cc
+++ b/src/lib/dhcpsrv/cfg_subnets4.cc
@@ -521,7 +521,7 @@ CfgSubnets4::updateStatistics() {
// Only recount the stats if we have subnets.
if (subnets_.begin() != subnets_.end()) {
- LeaseMgrFactory::instance().recountLeaseStats4();
+ LeaseMgrFactory::instance().recountLeaseStats4();
}
}