diff options
author | Simo Sorce <idra@samba.org> | 2008-09-24 19:22:39 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2008-09-24 19:23:05 -0400 |
commit | 3eb122069b9f81196ac658375fcb828924af3e94 (patch) | |
tree | ba812c258a8bef2ddf05eb0000b56a92082eeaa5 /libcli | |
parent | 964fb9f2492964472666cf10973e1abf6df6882c (diff) | |
download | samba-3eb122069b9f81196ac658375fcb828924af3e94.tar.gz |
Temporary build fix for the merged build
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/netlogon.c | 7 |
1 files changed, 7 insertions, 0 deletions
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) |