summaryrefslogtreecommitdiff
path: root/source/lib/registry/tools/regtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/registry/tools/regtree.c')
-rw-r--r--source/lib/registry/tools/regtree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/registry/tools/regtree.c b/source/lib/registry/tools/regtree.c
index daca6957a1a..19e4a010b43 100644
--- a/source/lib/registry/tools/regtree.c
+++ b/source/lib/registry/tools/regtree.c
@@ -132,7 +132,7 @@ int main(int argc, char **argv)
ev_ctx = s4_event_context_init(NULL);
if (remote != NULL) {
- h = reg_common_open_remote(remote, cmdline_lp_ctx, cmdline_credentials);
+ h = reg_common_open_remote(remote, ev_ctx, cmdline_lp_ctx, cmdline_credentials);
} else if (file != NULL) {
start_key = reg_common_open_file(file, ev_ctx, cmdline_lp_ctx, cmdline_credentials);
} else {