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:
parent
c1124ec8e5
commit
28ddcaf4d8
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user