svn commit: samba r15150 - branches/SAMBA_3_0/source/nsswitch trunk/source/nsswitch

gd at samba.org gd at samba.org
Thu Apr 20 13:51:44 GMT 2006


Author: gd
Date: 2006-04-20 13:51:43 +0000 (Thu, 20 Apr 2006)
New Revision: 15150

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15150

Log:
Adding winbind debug class to the main daemon.

Guenther

Modified:
   branches/SAMBA_3_0/source/nsswitch/winbindd.c
   trunk/source/nsswitch/winbindd.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd.c	2006-04-20 12:11:09 UTC (rev 15149)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd.c	2006-04-20 13:51:43 UTC (rev 15150)
@@ -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;
 

Modified: trunk/source/nsswitch/winbindd.c
===================================================================
--- trunk/source/nsswitch/winbindd.c	2006-04-20 12:11:09 UTC (rev 15149)
+++ trunk/source/nsswitch/winbindd.c	2006-04-20 13:51:43 UTC (rev 15150)
@@ -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;
 



More information about the samba-cvs mailing list