diff --git a/src/sw/client/common/sw_context.cpp b/src/sw/client/common/sw_context.cpp index 2b0fa844..58fe6d20 100644 --- a/src/sw/client/common/sw_context.cpp +++ b/src/sw/client/common/sw_context.cpp @@ -775,12 +775,12 @@ std::vector SwClientContext::createSettings() s["name"] = options.config_name[i]; s["name"].serializable(false); s["name"].useInHash(false); - s["name"].ignoreInComparison(false); + s["name"].ignoreInComparison(true); s["name_without_config"] = "true"; s["name_without_config"].serializable(false); s["name_without_config"].useInHash(false); - s["name_without_config"].ignoreInComparison(false); + s["name_without_config"].ignoreInComparison(true); } LOG_DEBUG(logger, "WARNING: Setting config names may result in wrong config-name pair assignment, " "because of unspecified config creation order.");