Explorar el Código

Removed default value from deprecated --metalink-servers option.

Tatsuhiro Tsujikawa hace 14 años
padre
commit
a88a8b4ed1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/OptionHandlerFactory.cc

+ 1 - 1
src/OptionHandlerFactory.cc

@@ -2069,7 +2069,7 @@ OptionHandlerFactory::createOptionHandlers()
        (SharedHandle<OptionHandler>(new NumberOptionHandler
                                     (PREF_METALINK_SERVERS,
                                      TEXT_METALINK_SERVERS,
-                                     "5",
+                                     NO_DEFAULT_VALUE,
                                      1, -1,
                                      'C')),
         splitHandler));