Skip to content

Commit

Permalink
[#3506] Addressed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fxdupont committed Sep 20, 2024
1 parent b8f70fb commit f12e7a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/config/unix_command_mgr.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f12e7a5

Please sign in to comment.