summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/bucketdb/storagebucketdbinitializer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/bucketdb/storagebucketdbinitializer.cpp b/storage/src/vespa/storage/bucketdb/storagebucketdbinitializer.cpp
index 1bc473308a4..3576011d492 100644
--- a/storage/src/vespa/storage/bucketdb/storagebucketdbinitializer.cpp
+++ b/storage/src/vespa/storage/bucketdb/storagebucketdbinitializer.cpp
@@ -146,8 +146,8 @@ StorageBucketDBInitializer::StorageBucketDBInitializer(
_readState[i] = std::make_unique<BucketSpaceReadState>();
for (const auto &elem : _system._bucketSpaceRepo) {
_readState[i]->emplace(elem.first, std::make_unique<BucketReadState>());
+ _state._dirsToList += 1;
}
- _state._dirsToList += 1;
}
_system._component.registerStatusPage(*this);
}