From: Andreas Schneider Date: Wed, 19 Jul 2023 09:19:55 +0000 (+0200) Subject: Revert "s3:winbindd: set TEVENT_DEPRECATED as tevent_thread_call_depth_*() api will... X-Git-Tag: ldb-2.8.0~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=801772012ebdd702e0c9f5335d131fb7ad07dac6;p=thirdparty%2Fsamba.git Revert "s3:winbindd: set TEVENT_DEPRECATED as tevent_thread_call_depth_*() api will change soon" This reverts commit 28ddcaf4d8ebb7a4e3498518580ff71662d3cee0. Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Wed Jul 19 10:57:27 UTC 2023 on atb-devel-224 --- diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index f11f2afc651..765e5a2561b 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -22,7 +22,6 @@ 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 787b9addc60..36562ab10b8 100644 --- a/source3/winbindd/winbindd_dual.c +++ b/source3/winbindd/winbindd_dual.c @@ -27,7 +27,6 @@ * that can be handled locally. */ -#define TEVENT_DEPRECATED 1 #include "includes.h" #include "winbindd.h" #include "rpc_client/rpc_client.h"