summaryrefslogtreecommitdiffstats
path: root/fnet/src/tests/frt/rpc/invoke.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fnet/src/tests/frt/rpc/invoke.cpp')
-rw-r--r--fnet/src/tests/frt/rpc/invoke.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnet/src/tests/frt/rpc/invoke.cpp b/fnet/src/tests/frt/rpc/invoke.cpp
index c8ae0fbedd4..77ded20acf4 100644
--- a/fnet/src/tests/frt/rpc/invoke.cpp
+++ b/fnet/src/tests/frt/rpc/invoke.cpp
@@ -121,7 +121,7 @@ public:
void Init(FRT_Supervisor *supervisor)
{
_echo_stash = new vespalib::Stash();
- _echo_args = new FRT_Values(_echo_stash);
+ _echo_args = new FRT_Values(*_echo_stash);
assert(_echo_stash != nullptr && _echo_args != nullptr);
FRT_ReflectionBuilder rb(supervisor);