Skip to content

Commit f12e7a5

Browse files
committed
[#3506] Addressed comments
1 parent b8f70fb commit f12e7a5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/bin/dhcp6/tests/dhcp6_srv_unittest.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
#include <asiolink/io_address.h>
1010
#include <cc/command_interpreter.h>
11-
#include <config/command_mgr.h>
1211
#include <config/unix_command_mgr.h>
1312
#include <config_backend/base_config_backend.h>
1413
#include <dhcp6/json_config_parser.h>

src/lib/config/unix_command_mgr.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ class UnixCommandMgrImpl {
532532
/// @brief Connection timeout.
533533
long timeout_;
534534

535-
/// @brief Use external sockets flag..
535+
/// @brief Use external sockets flag.
536536
bool use_external_;
537537

538538
/// @brief File description to lock name file.

0 commit comments

Comments
 (0)