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
Adam Osuchowski
Kea
Commits
135b47d6
Commit
135b47d6
authored
Jul 24, 2013
by
Mukund Sivaraman
Browse files
[master] Make Dhcpv4Srv destructor virtual (as it has virtual functions)
parent
61621322
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/dhcp4_srv.h
View file @
135b47d6
...
...
@@ -80,7 +80,7 @@ public:
const
bool
direct_response_desired
=
true
);
/// @brief Destructor. Used during DHCPv4 service shutdown.
~
Dhcpv4Srv
();
virtual
~
Dhcpv4Srv
();
/// @brief Main server processing loop.
///
...
...
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