aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/fast_access_doc_subdb.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-10-13 12:13:03 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-10-13 12:13:03 +0000
commit0bcf3d9bcc4149f6e685bee49d4008e02bc70d36 (patch)
tree984e2cddf06d78a9906c7bbd5b9c15dc1f6dc452 /searchcore/src/vespa/searchcore/proton/server/fast_access_doc_subdb.cpp
parent7969913ee302ec4a19c38c529b99ce12edddb5b7 (diff)
Various cleanup while reading sorting code in backend.
Diffstat (limited to 'searchcore/src/vespa/searchcore/proton/server/fast_access_doc_subdb.cpp')
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/fast_access_doc_subdb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/server/fast_access_doc_subdb.cpp b/searchcore/src/vespa/searchcore/proton/server/fast_access_doc_subdb.cpp
index 3ec1e23693e..ebe20f24d92 100644
--- a/searchcore/src/vespa/searchcore/proton/server/fast_access_doc_subdb.cpp
+++ b/searchcore/src/vespa/searchcore/proton/server/fast_access_doc_subdb.cpp
@@ -79,7 +79,7 @@ FastAccessDocSubDB::createAttributeManagerInitializer(const DocumentDBConfig &co
return std::make_shared<AttributeManagerInitializer>(configSerialNum,
documentMetaStoreInitTask,
documentMetaStore,
- baseAttrMgr,
+ *baseAttrMgr,
(_hasAttributes ? configSnapshot.getAttributesConfig() : AttributesConfig()),
alloc_strategy,
_fastAccessAttributesOnly,