summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-09-06 11:58:18 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-09-06 11:58:18 +0000
commit2d881357149c4cec6c109b801cef487ae0955126 (patch)
tree6f5758c475df8f7468b6cbb45e08976d614622e3 /source3/lib
parenta92724025a877241b7ee25d6e9cd7c72bdfa2974 (diff)
downloadsamba-2d881357149c4cec6c109b801cef487ae0955126.tar.gz
samba-2d881357149c4cec6c109b801cef487ae0955126.tar.bz2
samba-2d881357149c4cec6c109b801cef487ae0955126.zip
patch from metze: add a 'vfs' debug class
(This used to be commit 601b56e04fddd9ddfb9be5b0a625d6d279df7f4c)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/debug.c b/source3/lib/debug.c
index c8a4721bce..f4f3ee2f9f 100644
--- a/source3/lib/debug.c
+++ b/source3/lib/debug.c
@@ -156,6 +156,7 @@ static const char *default_classname_table[] = {
"sam", /* DBGC_SAM */
"auth", /* DBGC_AUTH */
"winbind", /* DBGC_WINBIND */
+ "vfs", /* DBGC_VFS */
NULL
};