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
cc308af9
Commit
cc308af9
authored
Aug 13, 2014
by
Tomek Mrugalski
🛰
Browse files
[3518] dhcp4 component now handles extended version (-V) properly.
parent
a5a2abde
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/main.cc
View file @
cc308af9
...
...
@@ -81,7 +81,7 @@ main(int argc, char* argv[]) {
return
(
EXIT_SUCCESS
);
case
'V'
:
cout
<<
Daemon
::
getVersion
(
fals
e
)
<<
endl
;
cout
<<
Daemon
::
getVersion
(
tru
e
)
<<
endl
;
return
(
EXIT_SUCCESS
);
case
'p'
:
...
...
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