summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2022-09-22 17:25:16 +0200
committerGitHub <noreply@github.com>2022-09-22 17:25:16 +0200
commit55f615d1ca87b471898c0dfb211a0251cffc7955 (patch)
tree6f2f81dd998bd6457673234d980be6a813209328 /searchcore
parent13e19e4801a18929ba44455c6b86ed2f6fc81a24 (diff)
parent4bc9c78791812a59326dd28d2f97f055e38baf32 (diff)
Merge pull request #24189 from vespa-engine/toregge/use-empty-juniperrc-config-as-replay-config
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>(),