]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3508] Fix in -V option for DHCPv6
authorTomek Mrugalski <tomasz@isc.org>
Mon, 11 Aug 2014 16:59:05 +0000 (18:59 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Mon, 11 Aug 2014 16:59:05 +0000 (18:59 +0200)
src/bin/dhcp6/main.cc

index 09a3c5e957e55fbae09905a4f56a36a25e985447..6407061ae42702c1af81371f15a51ee3a8669f96 100644 (file)
@@ -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;