r15150: Adding winbind debug class to the main daemon.
authorGünther Deschner <gd@samba.org>
Thu, 20 Apr 2006 13:51:43 +0000 (13:51 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:16:26 +0000 (11:16 -0500)
Guenther

source/nsswitch/winbindd.c

index 997991a8c62532ccfb75b3daac16b8abdef4dee3..e6c69247f8537fba7db13f2c932f1f17e923f6c4 100644 (file)
@@ -26,6 +26,9 @@
 #include "includes.h"
 #include "winbindd.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_WINBIND
+
 BOOL opt_nocache = False;
 static BOOL interactive = False;