Bugfix from testing

This commit is contained in:
Gunnar Skjold
2022-12-04 14:32:47 +01:00
parent b48a0f13fe
commit 8a809ec128
3 changed files with 16 additions and 17 deletions

View File

@@ -484,6 +484,7 @@ bool AmsConfiguration::setEntsoeConfig(EntsoeConfig& config) {
entsoeChanged |= strcmp(config.area, existing.area) != 0;
entsoeChanged |= strcmp(config.currency, existing.currency) != 0;
entsoeChanged |= config.multiplier != existing.multiplier;
entsoeChanged |= config.enabled != existing.enabled;
} else {
entsoeChanged = true;
}