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
023973cb
Commit
023973cb
authored
Jul 20, 2015
by
Marcin Siodelski
Browse files
[master] Merge branch 'trac3949'
parents
f0d1cb53
3135a517
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp6/dhcp6_srv.cc
View file @
023973cb
...
...
@@ -653,10 +653,6 @@ bool Dhcpv6Srv::run() {
}
}
LOG_DEBUG
(
packet6_logger
,
DBG_DHCP6_DETAIL_DATA
,
DHCP6_RESPONSE_DATA
)
.
arg
(
static_cast
<
int
>
(
rsp
->
getType
())).
arg
(
rsp
->
toText
());
if
(
!
skip_pack
)
{
try
{
rsp
->
pack
();
...
...
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