2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[365-automatically-calculate-the-values-for-options-58-and-59] Removed extra traling spaces

This commit is contained in:
Francis Dupont
2019-01-10 15:31:21 +01:00
parent 8cddc84dd4
commit 4fc9105e2f
3 changed files with 19 additions and 19 deletions

View File

@@ -547,8 +547,8 @@ configureDhcp4Server(Dhcpv4Srv& server, isc::data::ConstElementPtr config_set,
(config_pair.first == "boot-file-name") ||
(config_pair.first == "server-tag") ||
(config_pair.first == "reservation-mode") ||
(config_pair.first == "calculate-tee-times") ||
(config_pair.first == "t1-percent") ||
(config_pair.first == "calculate-tee-times") ||
(config_pair.first == "t1-percent") ||
(config_pair.first == "t2-percent")) {
continue;
}