summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-05-10 16:23:15 +0200
committerTor Egge <Tor.Egge@online.no>2023-05-10 16:23:15 +0200
commitbe4dbaeb40561eaae6221b23da3c1e83350a71d7 (patch)
tree518a30cbaa3a32e98bada614161be1e583f46ee2 /searchcore/src/apps
parent15ba3745b39c014ac37436d9c5450557ae83d467 (diff)
Setup search visitor without proton process.
Diffstat (limited to 'searchcore/src/apps')
-rw-r--r--searchcore/src/apps/proton/proton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/apps/proton/proton.cpp b/searchcore/src/apps/proton/proton.cpp
index 10e49ac0f8e..90507eee9db 100644
--- a/searchcore/src/apps/proton/proton.cpp
+++ b/searchcore/src/apps/proton/proton.cpp
@@ -171,7 +171,7 @@ ProtonServiceLayerProcess::getGeneration() const
void
ProtonServiceLayerProcess::add_external_visitors()
{
- _externalVisitors["searchvisitor"] = std::make_shared<streaming::SearchVisitorFactory>(_configUri, _transport, _file_distributor_connection_spec);
+ _externalVisitors["searchvisitor"] = std::make_shared<streaming::SearchVisitorFactory>(_configUri, &_transport, _file_distributor_connection_spec);
}
namespace {