]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3518] dhcp4 component now handles extended version (-V) properly.
authorTomek Mrugalski <tomasz@isc.org>
Wed, 13 Aug 2014 10:46:11 +0000 (12:46 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Wed, 13 Aug 2014 10:46:11 +0000 (12:46 +0200)
src/bin/dhcp4/main.cc

index 56d9c1c7d527035010f049a203392d0fe223e9da..c05f67b7764a45f879041a81613c69a51da11a0a 100644 (file)
@@ -81,7 +81,7 @@ main(int argc, char* argv[]) {
             return (EXIT_SUCCESS);
 
         case 'V':
-            cout << Daemon::getVersion(false) << endl;
+            cout << Daemon::getVersion(true) << endl;
             return (EXIT_SUCCESS);
 
         case 'p':