Skip to content
GitLab
Projects
Groups
Snippets
/
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
021f3f24
Commit
021f3f24
authored
Oct 17, 2011
by
Tomek Mrugalski
🛰
Browse files
cppcheck warning removed (exception in pkt6.cc caught by reference)
parent
937b5a6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcp/pkt6.cc
View file @
021f3f24
...
...
@@ -120,7 +120,7 @@ Pkt6::packUDP() {
<<
length
<<
", actual len="
<<
offset
);
}
}
catch
(
Exception
e
)
{
catch
(
const
Exception
&
e
)
{
cout
<<
"Packet build failed:"
<<
e
.
what
()
<<
endl
;
return
(
false
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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