svn commit: samba r12689 - in branches/tmp/jpeach-cluster/source: include lib smbd

jpeach at samba.org jpeach at samba.org
Tue Jan 3 06:25:12 GMT 2006


Author: jpeach
Date: 2006-01-03 06:25:10 +0000 (Tue, 03 Jan 2006)
New Revision: 12689

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

Log:
Add debug channel for MSDFS debugging output.

Modified:
   branches/tmp/jpeach-cluster/source/include/debug.h
   branches/tmp/jpeach-cluster/source/lib/debug.c
   branches/tmp/jpeach-cluster/source/smbd/msdfs.c


Changeset:
Modified: branches/tmp/jpeach-cluster/source/include/debug.h
===================================================================
--- branches/tmp/jpeach-cluster/source/include/debug.h	2006-01-03 06:21:36 UTC (rev 12688)
+++ branches/tmp/jpeach-cluster/source/include/debug.h	2006-01-03 06:25:10 UTC (rev 12689)
@@ -94,6 +94,7 @@
 #define DBGC_IDMAP		13
 #define DBGC_QUOTA		14
 #define DBGC_ACLS		15
+#define DBGC_MSDFS		16
 
 /* So you can define DBGC_CLASS before including debug.h */
 #ifndef DBGC_CLASS

Modified: branches/tmp/jpeach-cluster/source/lib/debug.c
===================================================================
--- branches/tmp/jpeach-cluster/source/lib/debug.c	2006-01-03 06:21:36 UTC (rev 12688)
+++ branches/tmp/jpeach-cluster/source/lib/debug.c	2006-01-03 06:25:10 UTC (rev 12689)
@@ -164,6 +164,7 @@
 	"idmap",	     /* DBGC_IDMAP	  */
 	"quota",	     /* DBGC_QUOTA	  */
 	"acls",		     /* DBGC_ACLS	  */
+	"msdfs",	     /* DBGC_MSDFS	  */
 	NULL
 };
 

Modified: branches/tmp/jpeach-cluster/source/smbd/msdfs.c
===================================================================
--- branches/tmp/jpeach-cluster/source/smbd/msdfs.c	2006-01-03 06:21:36 UTC (rev 12688)
+++ branches/tmp/jpeach-cluster/source/smbd/msdfs.c	2006-01-03 06:25:10 UTC (rev 12689)
@@ -20,6 +20,7 @@
 
 */
 
+#define DBGC_CLASS DBGC_MSDFS
 #include "includes.h"
 
 extern uint32 global_client_caps;



More information about the samba-cvs mailing list