From 4bc9c78791812a59326dd28d2f97f055e38baf32 Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Thu, 22 Sep 2022 16:42:53 +0200 Subject: Use empty Juniperrc config as replay config. --- searchcore/src/vespa/searchcore/proton/server/documentdbconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searchcore') 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(), -- cgit v1.2.3