summaryrefslogtreecommitdiff
path: root/source/smbd/vfs-wrap.c
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
commit601b56e04fddd9ddfb9be5b0a625d6d279df7f4c (patch)
treef101fdfc276a4f0c43c5a0c87958062e8fc7b0b2 /source/smbd/vfs-wrap.c
parentd200770796d871b3994a06fab45624068fdc5682 (diff)
downloadsamba-601b56e04fddd9ddfb9be5b0a625d6d279df7f4c.tar.gz
patch from metze: add a 'vfs' debug class
Diffstat (limited to 'source/smbd/vfs-wrap.c')
-rw-r--r--source/smbd/vfs-wrap.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/smbd/vfs-wrap.c b/source/smbd/vfs-wrap.c
index 394086dc075..6878a42b485 100644
--- a/source/smbd/vfs-wrap.c
+++ b/source/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