From 8bfe55e063fbb79048dcf715520265f3ac814434 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 21 Mar 2018 12:01:05 -0700 Subject: s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*.c files with it. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Will allow easier smb2-specific debugging. https://bugzilla.samba.org/show_bug.cgi?id=13347 Signed-off-by: Jeremy Allison Reviewed-by: Ralph Böhme (cherry picked from commit 8dabcf8948c2e514b489169c34673e093519b583) --- lib/util/debug.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/util/debug.c') 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", }; /* -- cgit v1.2.1