mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3: rpcclient: Use event context as the talloc parent of the rpcclient_msg_ctx.
Give control over shutdown. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12932 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
1d6b98cdab
commit
b1450af1c3
@ -1021,7 +1021,7 @@ out_free:
|
||||
goto done;
|
||||
}
|
||||
|
||||
nt_status = messaging_init_client(talloc_autofree_context(),
|
||||
nt_status = messaging_init_client(ev_ctx,
|
||||
ev_ctx,
|
||||
&rpcclient_msg_ctx);
|
||||
if (geteuid() != 0 &&
|
||||
@ -1254,6 +1254,7 @@ done:
|
||||
cli_shutdown(cli);
|
||||
}
|
||||
popt_free_cmdline_auth_info();
|
||||
TALLOC_FREE(rpcclient_msg_ctx);
|
||||
TALLOC_FREE(ev_ctx);
|
||||
TALLOC_FREE(frame);
|
||||
return result;
|
||||
|
Loading…
Reference in New Issue
Block a user