Browse Source

[3513] removed extra EXTENDED_VERSION

Francis Dupont 10 years ago
parent
commit
d6334d4685
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/bin/dhcp6/dhcp6_srv.cc

+ 0 - 1
src/bin/dhcp6/dhcp6_srv.cc

@@ -2767,7 +2767,6 @@ Daemon::getVersion(bool extended) {
 
     tmp << VERSION;
     if (extended) {
-        tmp << endl << EXTENDED_VERSION;
         tmp << endl << EXTENDED_VERSION << endl;
         tmp << "linked with " << Logger::getVersion() << endl;
         tmp << "and " << CryptoLink::getVersion() << endl;