summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/src/vespa/config/frt/frtconfigagent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/src/vespa/config/frt/frtconfigagent.cpp b/config/src/vespa/config/frt/frtconfigagent.cpp
index e4bae234a01..9a51155e882 100644
--- a/config/src/vespa/config/frt/frtconfigagent.cpp
+++ b/config/src/vespa/config/frt/frtconfigagent.cpp
@@ -60,6 +60,7 @@ FRTConfigAgent::handleUpdatedGeneration(const ConfigKey & key, const ConfigState
LOG(spam, "new generation %ld for key %s", newState.generation, key.toString().c_str());
}
_latest = configValue;
+ _configState = newState;
if (LOG_WOULD_LOG(spam)) {
@@ -67,7 +68,6 @@ FRTConfigAgent::handleUpdatedGeneration(const ConfigKey & key, const ConfigState
}
_holder->handle(ConfigUpdate::UP(new ConfigUpdate(_latest, true, newState.generation)));
_numConfigured++;
- _configState = newState;
}
void