From 3cad605ee9454ae6000349340073124a8df80896 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 18 Feb 2013 09:09:57 +0100 Subject: [PATCH] s3:libads: make use of samba_tevent_context_init() Signed-off-by: Stefan Metzmacher Reviewed-by: Michael Adam --- source3/libads/cldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/libads/cldap.c b/source3/libads/cldap.c index 02412369fa3..bd77943455f 100644 --- a/source3/libads/cldap.c +++ b/source3/libads/cldap.c @@ -281,7 +281,7 @@ NTSTATUS cldap_multi_netlogon( struct tevent_req *req; NTSTATUS status = NT_STATUS_NO_MEMORY; - ev = tevent_context_init(talloc_tos()); + ev = samba_tevent_context_init(talloc_tos()); if (ev == NULL) { goto fail; } -- 2.11.4.GIT