s3:libads: make use of samba_tevent_context_init()
authorStefan Metzmacher <metze@samba.org>
Mon, 18 Feb 2013 08:09:57 +0000 (09:09 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 19 Feb 2013 22:47:46 +0000 (23:47 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/libads/cldap.c

index 02412369fa31038148b71cab90ad93be9817ec39..bd77943455f1c67527175d0b22c4a018af9b5a50 100644 (file)
@@ -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;
        }