summaryrefslogtreecommitdiff
path: root/libcli
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2008-09-24 19:22:39 -0400
committerSimo Sorce <idra@samba.org>2008-09-24 19:23:05 -0400
commit3eb122069b9f81196ac658375fcb828924af3e94 (patch)
treeba812c258a8bef2ddf05eb0000b56a92082eeaa5 /libcli
parent964fb9f2492964472666cf10973e1abf6df6882c (diff)
downloadsamba-3eb122069b9f81196ac658375fcb828924af3e94.tar.gz
samba-3eb122069b9f81196ac658375fcb828924af3e94.tar.bz2
samba-3eb122069b9f81196ac658375fcb828924af3e94.zip
Temporary build fix for the merged build
Diffstat (limited to 'libcli')
-rw-r--r--libcli/netlogon.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/libcli/netlogon.c b/libcli/netlogon.c
index ab5d9af8aa..36d9e5fdcd 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)