summaryrefslogtreecommitdiff
path: root/source3/smbd/mangle_hash2.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-09-15 18:53:01 +0000
committerJeremy Allison <jra@samba.org>2003-09-15 18:53:01 +0000
commitdd50c0ed68457ac8118b00e568a30ae4abf5d33b (patch)
tree24c861c9f879906d077bf53ed12173da64cc3661 /source3/smbd/mangle_hash2.c
parent1e98a1b4cc5c7c8b7568c28823e10b2213fc1d9e (diff)
downloadsamba-dd50c0ed68457ac8118b00e568a30ae4abf5d33b.tar.gz
samba-dd50c0ed68457ac8118b00e568a30ae4abf5d33b.tar.bz2
samba-dd50c0ed68457ac8118b00e568a30ae4abf5d33b.zip
A *curse* upon the person who #ifdefed out the mangle debug statements
by default ! This is code that really needs to be able to be looked at on a customer system if it's misbehaving ! Jeremy (This used to be commit d512650340b3d28db763d018a6b05f6edf165bf0)
Diffstat (limited to 'source3/smbd/mangle_hash2.c')
-rw-r--r--source3/smbd/mangle_hash2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/mangle_hash2.c b/source3/smbd/mangle_hash2.c
index 9cd0438d51..351461f11f 100644
--- a/source3/smbd/mangle_hash2.c
+++ b/source3/smbd/mangle_hash2.c
@@ -53,7 +53,7 @@
#include "includes.h"
-#if 0
+#if 1
#define M_DEBUG(level, x) DEBUG(level, x)
#else
#define M_DEBUG(level, x)