From 3eb122069b9f81196ac658375fcb828924af3e94 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 24 Sep 2008 19:22:39 -0400 Subject: [PATCH] Temporary build fix for the merged build --- libcli/netlogon.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libcli/netlogon.c b/libcli/netlogon.c index ab5d9af8aa8..36d9e5fdcd9 100644 --- a/libcli/netlogon.c +++ b/libcli/netlogon.c @@ -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) -- 2.34.1