diff options
author | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2008-09-14 03:29:07 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-21 23:18:00 +0200 |
commit | db829f04adc27764a4a53ae94bc24c64e143e024 (patch) | |
tree | 97188e123af0404dd2d34c3e9428db3c63d2084d /source4/lib/registry | |
parent | 04f29b84a4bf2378d326b86a983792095231922e (diff) | |
download | samba-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')
-rw-r--r-- | source4/lib/registry/tools/regdiff.c | 2 |
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); |