diff options
author | Günther Deschner <gd@samba.org> | 2010-07-16 02:37:51 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-07-16 02:37:51 +0200 |
commit | 5f8678f34be57ccbbf9d9c93ee34b1d8f09c75c4 (patch) | |
tree | 00eb61080648488e0d4d5e370f4d30827f4e9228 | |
parent | 914fd13eddef5cd917a10da1816565acfaa5fd57 (diff) | |
download | samba-5f8678f34be57ccbbf9d9c93ee34b1d8f09c75c4.tar.gz samba-5f8678f34be57ccbbf9d9c93ee34b1d8f09c75c4.tar.bz2 samba-5f8678f34be57ccbbf9d9c93ee34b1d8f09c75c4.zip |
libcli/netlogon: re-enable debugging.
Now that we do not share binary objects anymore, we can safely enable
debugging here again.
Guenther
This reverts commit 3eb122069b9f81196ac658375fcb828924af3e94.
-rw-r--r-- | libcli/netlogon.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libcli/netlogon.c b/libcli/netlogon.c index e32842ec0a..d9b01964af 100644 --- a/libcli/netlogon.c +++ b/libcli/netlogon.c @@ -22,13 +22,6 @@ #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 netlogon_samlogon_response *response) { |