diff options
author | Jeremy Allison <jra@samba.org> | 2003-09-15 18:53:01 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2003-09-15 18:53:01 +0000 |
commit | dd50c0ed68457ac8118b00e568a30ae4abf5d33b (patch) | |
tree | 24c861c9f879906d077bf53ed12173da64cc3661 /source3/smbd | |
parent | 1e98a1b4cc5c7c8b7568c28823e10b2213fc1d9e (diff) | |
download | samba-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')
-rw-r--r-- | source3/smbd/mangle_hash2.c | 2 |
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) |