Fix segfault when using DEBUG() in the merged build.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 19 Oct 2008 12:14:55 +0000 (14:14 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 19 Oct 2008 12:14:55 +0000 (14:14 +0200)
lib/util/debug.c

index b6edb908c7309edb9cf2890fd05bd9e7f9a33ba1..faec52aec8244d8d8a8b8f048e063241fe39c40d 100644 (file)
  */
 int _debug_level = 0;
 _PUBLIC_ int *debug_level = &_debug_level;
-int *DEBUGLEVEL_CLASS = NULL; /* For samba 3 */
+static int debug_all_class_hack = 1;
+int *DEBUGLEVEL_CLASS = &debug_all_class_hack; /* For samba 3 */
+static bool debug_all_class_isset_hack = true;
+bool    *DEBUGLEVEL_CLASS_ISSET = &debug_all_class_isset_hack; /* For samba 3 */
 
 /* the registered mutex handlers */
 static struct {