From: Stefan Metzmacher Date: Fri, 19 May 2023 09:16:49 +0000 (+0200) Subject: s3:winbindd: set TEVENT_DEPRECATED as tevent_thread_call_depth_*() api will change... X-Git-Tag: tevent-0.15.0~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=28ddcaf4d8ebb7a4e3498518580ff71662d3cee0;p=thirdparty%2Fsamba.git s3:winbindd: set TEVENT_DEPRECATED as tevent_thread_call_depth_*() api will change soon Signed-off-by: Stefan Metzmacher Reviewed-by: Pavel Filipenský --- diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index 16b9eebeb89..b191e010e19 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -22,6 +22,7 @@ along with this program. If not, see . */ +#define TEVENT_DEPRECATED 1 #include "includes.h" #include "lib/cmdline/cmdline.h" #include "winbindd.h" diff --git a/source3/winbindd/winbindd_dual.c b/source3/winbindd/winbindd_dual.c index 239a31f7de3..9ad4dea28f8 100644 --- a/source3/winbindd/winbindd_dual.c +++ b/source3/winbindd/winbindd_dual.c @@ -27,6 +27,7 @@ * that can be handled locally. */ +#define TEVENT_DEPRECATED 1 #include "includes.h" #include "winbindd.h" #include "rpc_client/rpc_client.h"