diff options
author | Francis Dupont <fdupont@isc.org> | 2024-09-20 14:55:41 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2024-09-20 14:55:54 +0200 |
commit | f12e7a5166cfd34436d9a3cad4d943b987ba34e8 (patch) | |
tree | 0fb4160cf23770b8cc8cd65b30f77924fed6dac4 /src/lib | |
parent | [#3506] Final improvements (diff) | |
download | kea-f12e7a5166cfd34436d9a3cad4d943b987ba34e8.tar.xz kea-f12e7a5166cfd34436d9a3cad4d943b987ba34e8.zip |
[#3506] Addressed comments
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/config/unix_command_mgr.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/config/unix_command_mgr.cc b/src/lib/config/unix_command_mgr.cc index 48a0849111..29f3904620 100644 --- a/src/lib/config/unix_command_mgr.cc +++ b/src/lib/config/unix_command_mgr.cc @@ -532,7 +532,7 @@ public: /// @brief Connection timeout. long timeout_; - /// @brief Use external sockets flag.. + /// @brief Use external sockets flag. bool use_external_; /// @brief File description to lock name file. |