diff options
Diffstat (limited to 'unmaintained/samba36/320-debug_level_checks.patch')
-rw-r--r-- | unmaintained/samba36/320-debug_level_checks.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/unmaintained/samba36/320-debug_level_checks.patch b/unmaintained/samba36/320-debug_level_checks.patch deleted file mode 100644 index c6f2e6e0d9..0000000000 --- a/unmaintained/samba36/320-debug_level_checks.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/lib/util/debug.h -+++ b/lib/util/debug.h -@@ -45,7 +45,7 @@ bool dbghdr( int level, const char *loca - * Redefine DEBUGLEVEL because so we don't have to change every source file - * that *unnecessarily* references it. - */ --#define DEBUGLEVEL DEBUGLEVEL_CLASS[DBGC_ALL] -+#define DEBUGLEVEL 0 - - /* - * Define all new debug classes here. A class is represented by an entry in ---- a/source3/nmbd/asyncdns.c -+++ b/source3/nmbd/asyncdns.c -@@ -85,7 +85,7 @@ static void asyncdns_process(void) - struct query_record r; - unstring qname; - -- DEBUGLEVEL = -1; -+ DEBUGLEVEL_CLASS[DBGC_ALL] = -1; - - while (1) { - NTSTATUS status; |