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
1a87ff50
Commit
1a87ff50
authored
Aug 11, 2014
by
Tomek Mrugalski
🛰
Browse files
[3508] Fix in -V option for DHCPv6
parent
429e30f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp6/main.cc
View file @
1a87ff50
...
...
@@ -88,7 +88,7 @@ main(int argc, char* argv[]) {
// The standard config file
std
::
string
config_file
(
""
);
while
((
ch
=
getopt
(
argc
,
argv
,
"dvp:c:"
))
!=
-
1
)
{
while
((
ch
=
getopt
(
argc
,
argv
,
"dv
V
p:c:"
))
!=
-
1
)
{
switch
(
ch
)
{
case
'd'
:
verbose_mode
=
true
;
...
...
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