summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2022-09-22 16:42:53 +0200
committerTor Egge <Tor.Egge@online.no>2022-09-22 16:42:53 +0200
commit4bc9c78791812a59326dd28d2f97f055e38baf32 (patch)
treeb1ca4f5ba47e26d548ba1994e324020c4ecc4e5c /searchcore
parent4c42df93d4734eb43a048aad91cb03abded67913 (diff)
Use empty Juniperrc config as replay config.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/documentdbconfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/server/documentdbconfig.cpp b/searchcore/src/vespa/searchcore/proton/server/documentdbconfig.cpp
index dc5e1c3f8f8..afb61101853 100644
--- a/searchcore/src/vespa/searchcore/proton/server/documentdbconfig.cpp
+++ b/searchcore/src/vespa/searchcore/proton/server/documentdbconfig.cpp
@@ -250,7 +250,7 @@ DocumentDBConfig::makeReplayConfig(const SP & orig)
o._indexschema,
o._attributes,
replay_summary_config,
- o._juniperrc,
+ emptyConfig(o._juniperrc),
o._documenttypes,
o._repo,
std::make_shared<ImportedFieldsConfig>(),