fix parameter regression when using shared memory

This commit is contained in:
Dennis Luxen
2014-03-18 10:51:36 +01:00
parent 121dcca7e3
commit 2e4ff30103
2 changed files with 21 additions and 15 deletions
+4 -1
View File
@@ -284,7 +284,10 @@ inline bool GenerateServerProgramOptions(
return true;
}
if (use_shared_memory && !option_variables.count("base"))
{
return true;
}
SimpleLogger().Write() << visible_options;
return false;
}