2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-05 00:15:17 +00:00

[#3536] remove Initializer

This commit is contained in:
Razvan Becheriu
2024-09-18 08:13:44 +03:00
parent eb0c304edf
commit e1672f39e9
22 changed files with 64 additions and 84 deletions

View File

@@ -5020,7 +5020,7 @@ Dhcpv4Srv::getVersion(bool extended) {
tmp << "lease backends:" << endl;
tmp << LeaseMgrFactory::getDBVersions() << endl;
tmp << "host backends:" << endl;
tmp << HostDataSourceFactory::getDBVersions() << endl;
tmp << HostDataSourceFactory::getDBVersions();
// @todo: more details about database runtime
}