summaryrefslogtreecommitdiff
path: root/source3/winbindd
diff options
context:
space:
mode:
Diffstat (limited to 'source3/winbindd')
-rw-r--r--source3/winbindd/winbindd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c
index ebaa080bc0..f5da15c259 100644
--- a/source3/winbindd/winbindd.c
+++ b/source3/winbindd/winbindd.c
@@ -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");
}