summaryrefslogtreecommitdiff
path: root/source3/smbd
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/smbd
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/smbd')
-rw-r--r--source3/smbd/vfs-wrap.c4
-rw-r--r--source3/smbd/vfs.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/source3/smbd/vfs-wrap.c b/source3/smbd/vfs-wrap.c
index 394086dc07..6878a42b48 100644
--- a/source3/smbd/vfs-wrap.c
+++ b/source3/smbd/vfs-wrap.c
@@ -20,6 +20,10 @@
#include "includes.h"
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_VFS
+
+
/* Check for NULL pointer parameters in vfswrap_* functions */
/* We don't want to have NULL function pointers lying around. Someone
diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c
index 686499288d..6869c61861 100644
--- a/source3/smbd/vfs.c
+++ b/source3/smbd/vfs.c
@@ -24,6 +24,10 @@
#include "includes.h"
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_VFS
+
+
/* Some structures to help us initialise the vfs operations table */
struct vfs_syminfo {