Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
0a53a744
Commit
0a53a744
authored
Jul 23, 2017
by
Josh Soref
Browse files
spelling: existing
parent
499d6352
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/json_config_parser.cc
View file @
0a53a744
...
...
@@ -379,7 +379,7 @@ void configureCommandChannel() {
// If the previous or new socket configuration doesn't exist or
// the new configuration differs from the old configuration we
// close the exis
i
tng socket and open a new socket as appropriate.
// close the exist
i
ng socket and open a new socket as appropriate.
// Note that closing an existing socket means the clien will not
// receive the configuration result.
if
(
!
sock_cfg
||
!
current_sock_cfg
||
sock_changed
)
{
...
...
src/bin/dhcp6/json_config_parser.cc
View file @
0a53a744
...
...
@@ -573,7 +573,7 @@ void configureCommandChannel() {
// If the previous or new socket configuration doesn't exist or
// the new configuration differs from the old configuration we
// close the exis
i
tng socket and open a new socket as appropriate.
// close the exist
i
ng socket and open a new socket as appropriate.
// Note that closing an existing socket means the clien will not
// receive the configuration result.
if
(
!
sock_cfg
||
!
current_sock_cfg
||
sock_changed
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment