1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

s3:winbindd: set TEVENT_DEPRECATED as tevent_thread_call_depth_*() api will change soon

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>
This commit is contained in:
Stefan Metzmacher 2023-05-19 11:16:49 +02:00 committed by Andreas Schneider
parent c1124ec8e5
commit 28ddcaf4d8
2 changed files with 2 additions and 0 deletions

View 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"

View 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"