Ver código fonte

Remove default value for deprecated --enable-async-dns6 to suppress warning

Tatsuhiro Tsujikawa 12 anos atrás
pai
commit
7ce725098b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/OptionHandlerFactory.cc

+ 1 - 1
src/OptionHandlerFactory.cc

@@ -294,7 +294,7 @@ std::vector<OptionHandler*> OptionHandlerFactory::createOptionHandlers()
     OptionHandler* op(new DeprecatedOptionHandler(new BooleanOptionHandler
                                                   (PREF_ENABLE_ASYNC_DNS6,
                                                    TEXT_ENABLE_ASYNC_DNS6,
-                                                   A2_V_FALSE,
+                                                   NO_DEFAULT_VALUE,
                                                    OptionHandler::OPT_ARG)));
     op->addTag(TAG_ADVANCED);
     op->setInitialOption(true);