mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
Temporary build fix for the merged build
This commit is contained in:
parent
964fb9f249
commit
3eb122069b
@ -22,6 +22,13 @@
|
||||
#include "includes.h"
|
||||
#include "../libcli/netlogon.h"
|
||||
|
||||
#undef DEBUG
|
||||
#define DEBUG(x, y)
|
||||
#undef DEBUGLVL
|
||||
#define DEBUGLVL(x) false
|
||||
#undef DEBUGLEVEL
|
||||
#define DEBUGLEVEL 0
|
||||
|
||||
NTSTATUS push_netlogon_samlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx,
|
||||
struct smb_iconv_convenience *iconv_convenience,
|
||||
struct netlogon_samlogon_response *response)
|
||||
|
Loading…
x
Reference in New Issue
Block a user