svn commit: samba r8427 - branches/SAMBA_3_0/source/include trunk/source/include

gd at samba.org gd at samba.org
Wed Jul 13 14:44:12 GMT 2005


Author: gd
Date: 2005-07-13 14:44:12 +0000 (Wed, 13 Jul 2005)
New Revision: 8427

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

Log:
Printerdb has been moved into a tmp branch.

Guenther

Modified:
   branches/SAMBA_3_0/source/include/debug.h
   trunk/source/include/debug.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/debug.h
===================================================================
--- branches/SAMBA_3_0/source/include/debug.h	2005-07-13 14:43:22 UTC (rev 8426)
+++ branches/SAMBA_3_0/source/include/debug.h	2005-07-13 14:44:12 UTC (rev 8427)
@@ -94,9 +94,8 @@
 #define DBGC_IDMAP		13
 #define DBGC_QUOTA		14
 #define DBGC_ACLS		15
-#define DBGC_PRINTERDB		16
-#define DBGC_LOCKING		17
-#define DBGC_MSDFS		18
+#define DBGC_LOCKING		16
+#define DBGC_MSDFS		17
 
 /* So you can define DBGC_CLASS before including debug.h */
 #ifndef DBGC_CLASS

Modified: trunk/source/include/debug.h
===================================================================
--- trunk/source/include/debug.h	2005-07-13 14:43:22 UTC (rev 8426)
+++ trunk/source/include/debug.h	2005-07-13 14:44:12 UTC (rev 8427)
@@ -94,9 +94,8 @@
 #define DBGC_IDMAP		13
 #define DBGC_QUOTA		14
 #define DBGC_ACLS		15
-#define DBGC_PRINTERDB		16
-#define DBGC_LOCKING		17
-#define DBGC_MSDFS		18
+#define DBGC_LOCKING		16
+#define DBGC_MSDFS		17
 
 /* So you can define DBGC_CLASS before including debug.h */
 #ifndef DBGC_CLASS



More information about the samba-cvs mailing list