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

index ebaa080bc00b3cdfb964ba840874e5b25691f3a1..f5da15c259571b91127bda14b5c1ea3d58bca685 100644 (file)
@@ -61,7 +61,7 @@ struct tevent_context *winbind_event_context(void)
         * Note we MUST use the NULL context here, not the autofree context,
         * to avoid side effects in forked children exiting.
         */
-       ev = tevent_context_init(NULL);
+       ev = samba_tevent_context_init(NULL);
        if (ev == NULL) {
                smb_panic("Could not init winbindd's messaging context.\n");
        }