From 3e830e44d3eb23325fbda6f2053e58926ee2136e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 16 Jan 2013 12:00:00 +0100 Subject: winbind: Use standard tevent_context_init This makes winbind use epoll instead of poll Reviewed by: Jeremy Allison --- source3/winbindd/winbindd.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/winbindd/winbindd.h') diff --git a/source3/winbindd/winbindd.h b/source3/winbindd/winbindd.h index 33c7bbe5c6..c01cac7ab3 100644 --- a/source3/winbindd/winbindd.h +++ b/source3/winbindd/winbindd.h @@ -396,6 +396,4 @@ struct WINBINDD_CCACHE_ENTRY { #define WINBINDD_PAM_AUTH_KRB5_RENEW_TIME 2592000 /* one month */ #define DOM_SEQUENCE_NONE ((uint32)-1) -#define winbind_event_context server_event_context - #endif /* _WINBINDD_H */ -- cgit