mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
auth/pycredentials: 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
8ec4d9cb00
commit
bf0dcc918d
@ -341,7 +341,7 @@ static PyObject *py_creds_get_named_ccache(pytalloc_Object *self, PyObject *args
|
||||
return NULL;
|
||||
}
|
||||
|
||||
event_ctx = tevent_context_init(mem_ctx);
|
||||
event_ctx = samba_tevent_context_init(mem_ctx);
|
||||
|
||||
ret = cli_credentials_get_named_ccache(creds, event_ctx, lp_ctx,
|
||||
ccache_name, &ccc, &error_string);
|
||||
|
Loading…
Reference in New Issue
Block a user