summaryrefslogtreecommitdiffstats
path: root/source/include/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/debug.h')
-rw-r--r--source/include/debug.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/include/debug.h b/source/include/debug.h
index 08858274337..a9261437012 100644
--- a/source/include/debug.h
+++ b/source/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 */