libcli/netlogon: re-enable debugging.
authorGünther Deschner <gd@samba.org>
Fri, 16 Jul 2010 00:37:51 +0000 (02:37 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 16 Jul 2010 00:37:51 +0000 (02:37 +0200)
Now that we do not share binary objects anymore, we can safely enable
debugging here again.

Guenther

This reverts commit 3eb122069b9f81196ac658375fcb828924af3e94.

libcli/netlogon.c

index e32842ec0a52469ee29b706c9b803d6e0edf6a22..d9b01964af130413c658dda5110e838d7cf5c1f2 100644 (file)
 #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)
 {