summaryrefslogtreecommitdiff
path: root/source3/include/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/debug.h')
-rw-r--r--source3/include/debug.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/include/debug.h b/source3/include/debug.h
index 0885827433..a926143701 100644
--- a/source3/include/debug.h
+++ b/source3/include/debug.h
@@ -89,8 +89,9 @@ extern int DEBUGLEVEL;
#define DBGC_RPC_SRV 6
#define DBGC_RPC_CLI 7
#define DBGC_PASSDB 8
-#define DBGC_AUTH 9
-#define DBGC_WINBIND 10
+#define DBGC_SAM 9
+#define DBGC_AUTH 10
+#define DBGC_WINBIND 11
/* So you can define DBGC_CLASS before including debug.h */