mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
s3:lib: 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:
committed by
Michael Adam
parent
3cad605ee9
commit
f3915cf0ec
@ -514,7 +514,7 @@ int tldap_fetch_rootdse(struct tldap_context *ld)
|
||||
struct tevent_req *req;
|
||||
int result;
|
||||
|
||||
ev = event_context_init(frame);
|
||||
ev = samba_tevent_context_init(frame);
|
||||
if (ev == NULL) {
|
||||
result = TLDAP_NO_MEMORY;
|
||||
goto fail;
|
||||
|
Reference in New Issue
Block a user