From: Tomek Mrugalski Date: Mon, 11 Aug 2014 16:59:05 +0000 (+0200) Subject: [3508] Fix in -V option for DHCPv6 X-Git-Tag: trac3482_base~46^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a87ff501410de9fd3ec40f9dfaf97d63d562699;p=thirdparty%2Fkea.git [3508] Fix in -V option for DHCPv6 --- diff --git a/src/bin/dhcp6/main.cc b/src/bin/dhcp6/main.cc index 09a3c5e957..6407061ae4 100644 --- a/src/bin/dhcp6/main.cc +++ b/src/bin/dhcp6/main.cc @@ -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, "dvVp:c:")) != -1) { switch (ch) { case 'd': verbose_mode = true;