]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2036] addressed comment
authorRazvan Becheriu <razvan@isc.org>
Fri, 4 Feb 2022 14:37:18 +0000 (16:37 +0200)
committerRazvan Becheriu <razvan@isc.org>
Fri, 4 Feb 2022 14:37:18 +0000 (16:37 +0200)
src/lib/dhcpsrv/srv_config.h

index 9049252153eb4c89a8472a19683bd7babcfeb385..7ad9a1b45deaef13f6fc88e50cd126add1fa5c4b 100644 (file)
@@ -1154,7 +1154,7 @@ private:
     /// lookup before lease lookup. This parameter has effect only when
     /// multi-threading is disabled. If multi-threading is enabled, host
     /// reservations lookup is always performed first.
-    /// It default to false then multi-threading is disabled.
+    /// It default to false when multi-threading is disabled.
     bool reservations_lookup_first_;
 };