1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-28 17:47:29 +03:00

Registry tool "regdiff": Add the event context for remote connections

Adds the event context for remote connections to make the tool working again.
This commit is contained in:
Matthias Dieter Wallnöfer 2008-09-14 03:29:07 +02:00 committed by Jelmer Vernooij
parent 04f29b84a4
commit db829f04ad

View File

@ -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);