From f12e7a5166cfd34436d9a3cad4d943b987ba34e8 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Fri, 20 Sep 2024 14:55:41 +0200 Subject: [PATCH] [#3506] Addressed comments --- src/bin/dhcp6/tests/dhcp6_srv_unittest.cc | 1 - src/lib/config/unix_command_mgr.cc | 2 +- 2 files changed, 1 insertion(+), 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 #include -#include #include #include #include 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 @@ class UnixCommandMgrImpl { /// @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.