1
0
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:
Simo Sorce 2008-09-24 19:22:39 -04:00
parent 964fb9f249
commit 3eb122069b

View File

@ -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)