diff --git a/util/routed_options.hpp b/util/routed_options.hpp index ae1bed90e..26480f1e7 100644 --- a/util/routed_options.hpp +++ b/util/routed_options.hpp @@ -269,7 +269,7 @@ inline unsigned GenerateServerProgramOptions(const int argc, { return INIT_OK_START_ENGINE; } - else + else if (use_shared_memory && option_variables.count("base")) { SimpleLogger().Write(logWARNING) << "Shared memory settings conflict with path settings."; }