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:
parent
04f29b84a4
commit
db829f04ad
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user