summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2024-09-20 14:55:41 +0200
committerFrancis Dupont <fdupont@isc.org>2024-09-20 14:55:54 +0200
commitf12e7a5166cfd34436d9a3cad4d943b987ba34e8 (patch)
tree0fb4160cf23770b8cc8cd65b30f77924fed6dac4 /src
parent[#3506] Final improvements (diff)
downloadkea-f12e7a5166cfd34436d9a3cad4d943b987ba34e8.tar.xz
kea-f12e7a5166cfd34436d9a3cad4d943b987ba34e8.zip
[#3506] Addressed comments
Diffstat (limited to 'src')
-rw-r--r--src/bin/dhcp6/tests/dhcp6_srv_unittest.cc1
-rw-r--r--src/lib/config/unix_command_mgr.cc2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc b/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
index d9648bf4ad..8dd2f89274 100644
--- a/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
+++ b/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
@@ -8,7 +8,6 @@
#include <asiolink/io_address.h>
#include <cc/command_interpreter.h>
-#include <config/command_mgr.h>
#include <config/unix_command_mgr.h>
#include <config_backend/base_config_backend.h>
#include <dhcp6/json_config_parser.h>
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.