summaryrefslogtreecommitdiff
path: root/lib/util/debug.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2018-03-21 12:01:05 -0700
committerKarolin Seeger <kseeger@samba.org>2018-03-22 22:03:26 +0100
commit8bfe55e063fbb79048dcf715520265f3ac814434 (patch)
tree7a75c48f3ac454e6b26687d140f657d1e4920b21 /lib/util/debug.c
parentfe02c78becb2f0bed3fe876157f2ea2d52bb0a97 (diff)
downloadsamba-8bfe55e063fbb79048dcf715520265f3ac814434.tar.gz
s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*.c files with it.
Will allow easier smb2-specific debugging. https://bugzilla.samba.org/show_bug.cgi?id=13347 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Böhme <slow@samba.org> (cherry picked from commit 8dabcf8948c2e514b489169c34673e093519b583)
Diffstat (limited to 'lib/util/debug.c')
-rw-r--r--lib/util/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util/debug.c b/lib/util/debug.c
index 8b28002501f..50676b8f74c 100644
--- a/lib/util/debug.c
+++ b/lib/util/debug.c
@@ -541,6 +541,7 @@ static const char *default_classname_table[] = {
[DBGC_AUTH_AUDIT_JSON] = "auth_json_audit",
[DBGC_KERBEROS] = "kerberos",
[DBGC_DRS_REPL] = "drs_repl",
+ [DBGC_SMB2] = "smb2",
};
/*