summaryrefslogtreecommitdiff
path: root/source4/lib/registry/tools/regdiff.c
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2008-09-14 03:29:07 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-21 23:18:00 +0200
commitdb829f04adc27764a4a53ae94bc24c64e143e024 (patch)
tree97188e123af0404dd2d34c3e9428db3c63d2084d /source4/lib/registry/tools/regdiff.c
parent04f29b84a4bf2378d326b86a983792095231922e (diff)
downloadsamba-db829f04adc27764a4a53ae94bc24c64e143e024.tar.gz
samba-db829f04adc27764a4a53ae94bc24c64e143e024.tar.bz2
samba-db829f04adc27764a4a53ae94bc24c64e143e024.zip
Registry tool "regdiff": Add the event context for remote connections
Adds the event context for remote connections to make the tool working again.
Diffstat (limited to 'source4/lib/registry/tools/regdiff.c')
-rw-r--r--source4/lib/registry/tools/regdiff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/tools/regdiff.c b/source4/lib/registry/tools/regdiff.c
index 240c582340..fcf7c26237 100644
--- a/source4/lib/registry/tools/regdiff.c
+++ b/source4/lib/registry/tools/regdiff.c
@@ -46,7 +46,7 @@ static struct registry_context *open_backend(poptContext pc,
break;
case REG_REMOTE:
error = reg_open_remote(&ctx, NULL, cmdline_credentials, lp_ctx,
- remote_host, NULL);
+ remote_host, ev_ctx);
break;
case REG_NULL:
error = reg_open_local(NULL, &ctx);