Revert call to rawConfiguration.clear()
This commit is contained in:
parent
56ddde4d58
commit
eb618d5309
|
@ -527,7 +527,7 @@ void DatabaseConfiguration::makeConfigurationMutable() {
|
|||
auto& mc = mutableConfiguration.get();
|
||||
for(auto r = rawConfiguration.begin(); r != rawConfiguration.end(); ++r)
|
||||
mc[ r->key.toString() ] = r->value.toString();
|
||||
rawConfiguration.clear();
|
||||
rawConfiguration = Standalone<VectorRef<KeyValueRef>>();
|
||||
}
|
||||
|
||||
void DatabaseConfiguration::makeConfigurationImmutable() {
|
||||
|
|
Loading…
Reference in New Issue