s3:winbindd: set TEVENT_DEPRECATED as tevent_thread_call_depth_*() api will change...
authorStefan Metzmacher <metze@samba.org>
Fri, 19 May 2023 09:16:49 +0000 (11:16 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 19 Jul 2023 08:02:33 +0000 (08:02 +0000)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>
source3/winbindd/winbindd.c
source3/winbindd/winbindd_dual.c

index 16b9eebeb89f0d3d88a233f0fb71c3ea04d7397d..b191e010e19cf7f7438ef135212a7aa40c6bb44c 100644 (file)
@@ -22,6 +22,7 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
+#define TEVENT_DEPRECATED 1
 #include "includes.h"
 #include "lib/cmdline/cmdline.h"
 #include "winbindd.h"
index 239a31f7de3e2a0b6094e0d844f2fd53ba58ff6a..9ad4dea28f80325cee9827a40a8aab2f5cf77b12 100644 (file)
@@ -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"