summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--storage/src/vespa/storage/distributor/pendingclusterstate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/distributor/pendingclusterstate.cpp b/storage/src/vespa/storage/distributor/pendingclusterstate.cpp
index 3fd8b53f132..a08445ca3d2 100644
--- a/storage/src/vespa/storage/distributor/pendingclusterstate.cpp
+++ b/storage/src/vespa/storage/distributor/pendingclusterstate.cpp
@@ -33,7 +33,7 @@ PendingClusterState::PendingClusterState(
: _cmd(newStateCmd),
_requestedNodes(newStateCmd->getSystemState().getNodeCount(lib::NodeType::STORAGE)),
_prevClusterStateBundle(clusterInfo->getClusterStateBundle()),
- _newClusterStateBundle(newStateCmd->getSystemState()),
+ _newClusterStateBundle(newStateCmd->getClusterStateBundle()),
_clock(clock),
_clusterInfo(clusterInfo),
_creationTimestamp(creationTimestamp),