mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s3:libnet: make use of samba_tevent_context_init()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
f3915cf0ec
commit
e8bda0017c
@ -81,7 +81,7 @@ NTSTATUS libnet_samsync_init_context(TALLOC_CTX *mem_ctx,
|
||||
NT_STATUS_HAVE_NO_MEMORY(ctx->domain_sid_str);
|
||||
}
|
||||
|
||||
ctx->msg_ctx = messaging_init(ctx, event_context_init(ctx));
|
||||
ctx->msg_ctx = messaging_init(ctx, samba_tevent_context_init(ctx));
|
||||
NT_STATUS_HAVE_NO_MEMORY(ctx->msg_ctx);
|
||||
|
||||
*ctx_p = ctx;
|
||||
|
Loading…
Reference in New Issue
Block a user