From f3915cf0ec9ac51f541cafcb367221a3dac3aec8 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 18 Feb 2013 09:10:34 +0100 Subject: s3:lib: make use of samba_tevent_context_init() Signed-off-by: Stefan Metzmacher Reviewed-by: Michael Adam --- source3/lib/tldap_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/tldap_util.c') diff --git a/source3/lib/tldap_util.c b/source3/lib/tldap_util.c index 41d89815d0..1ffb264a13 100644 --- a/source3/lib/tldap_util.c +++ b/source3/lib/tldap_util.c @@ -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; -- cgit