1
0
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:
Stefan Metzmacher
2013-02-18 09:10:34 +01:00
committed by Michael Adam
parent 3cad605ee9
commit f3915cf0ec
6 changed files with 12 additions and 12 deletions

View File

@ -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;