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
770f4dfb
Commit
770f4dfb
authored
Oct 16, 2013
by
Tomek Mrugalski
🛰
Browse files
[3195] Failed unicast bind no longer terminates control session.
parent
42620392
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp6/ctrl_dhcp6_srv.cc
View file @
770f4dfb
...
...
@@ -216,7 +216,7 @@ void ControlledDhcpv6Srv::establishSession() {
// reopen sockets according to new configuration.
openActiveSockets
(
getPort
());
}
catch
(
const
DhcpConfigError
&
ex
)
{
}
catch
(
const
std
::
exception
&
ex
)
{
LOG_ERROR
(
dhcp6_logger
,
DHCP6_CONFIG_LOAD_FAIL
).
arg
(
ex
.
what
());
}
...
...
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