summaryrefslogtreecommitdiff
path: root/source3/include/debug.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2002-06-11 22:54:06 +0000
committerSimo Sorce <idra@samba.org>2002-06-11 22:54:06 +0000
commit2d64b9880744746d4317d9da45c575b3a8fbbed1 (patch)
tree7a099c2efd6df22c513ebb3d3f48247ad9747b49 /source3/include/debug.h
parent366a649d043346a3302516465d41c5151d991b53 (diff)
downloadsamba-2d64b9880744746d4317d9da45c575b3a8fbbed1.tar.gz
samba-2d64b9880744746d4317d9da45c575b3a8fbbed1.tar.bz2
samba-2d64b9880744746d4317d9da45c575b3a8fbbed1.zip
few fixes from Elrond(elrond@samba-tng.org) and Billy O'Connor(billy@oconnoronline.net)
(This used to be commit 88718883e031a3249152861300432dfc895ac587)
Diffstat (limited to 'source3/include/debug.h')
-rw-r--r--source3/include/debug.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/source3/include/debug.h b/source3/include/debug.h
index 6e721de2d2..e56e0de144 100644
--- a/source3/include/debug.h
+++ b/source3/include/debug.h
@@ -85,11 +85,12 @@ extern int DEBUGLEVEL;
#define DBGC_PRINTDRIVERS 2
#define DBGC_LANMAN 3
#define DBGC_SMB 4
-#define DBGC_RPC_SRV 5
-#define DBGC_RPC_CLI 6
-#define DBGC_PASSDB 7
-#define DBGC_AUTH 8
-#define DBGC_WINBIND 9
+#define DBGC_RPC 5
+#define DBGC_RPC_SRV 6
+#define DBGC_RPC_CLI 7
+#define DBGC_PASSDB 8
+#define DBGC_AUTH 9
+#define DBGC_WINBIND 10
/* So you can define DBGC_CLASS before including debug.h */