diff --git a/src/OptionHandlerFactory.cc b/src/OptionHandlerFactory.cc index ac24a33a..217e28fc 100644 --- a/src/OptionHandlerFactory.cc +++ b/src/OptionHandlerFactory.cc @@ -223,7 +223,7 @@ OptionHandlers OptionHandlerFactory::createOptionHandlers() (SharedHandle(new BooleanOptionHandler (PREF_ENABLE_DIRECT_IO, TEXT_ENABLE_DIRECT_IO, - A2_V_TRUE, + NO_DEFAULT_VALUE, OptionHandler::OPT_ARG)))); op->addTag(TAG_DEPRECATED); op->addTag(TAG_ADVANCED);