From 1c3e9aff2ae2ebdc78bf5ace5e4c9e86722f1d59 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 13 Jul 2005 14:44:12 +0000 Subject: r8427: Printerdb has been moved into a tmp branch. Guenther (This used to be commit 9dc4e4f0127b3f59ccc455bdba419a9d35eaa12e) --- source3/include/debug.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source3/include/debug.h b/source3/include/debug.h index f69c213eb7..99c96e6bb1 100644 --- a/source3/include/debug.h +++ b/source3/include/debug.h @@ -94,9 +94,8 @@ extern int DEBUGLEVEL; #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 -- cgit