From 5f8678f34be57ccbbf9d9c93ee34b1d8f09c75c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Fri, 16 Jul 2010 02:37:51 +0200 Subject: [PATCH] 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. --- libcli/netlogon.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libcli/netlogon.c b/libcli/netlogon.c index e32842ec0a5..d9b01964af1 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) { -- 2.11.4.GIT