summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2002-08-18 18:04:00 +0000
committerSimo Sorce <idra@samba.org>2002-08-18 18:04:00 +0000
commit789e6e6b4e2aea9802d67fdb9dfcd7c283ef811d (patch)
tree808410796059709a45ac2d1a9184706ba1e0a270 /source3/smbd
parent12be900eceab860ff32d34cdd0cf8da8543c1082 (diff)
downloadsamba-789e6e6b4e2aea9802d67fdb9dfcd7c283ef811d.tar.gz
samba-789e6e6b4e2aea9802d67fdb9dfcd7c283ef811d.tar.bz2
samba-789e6e6b4e2aea9802d67fdb9dfcd7c283ef811d.zip
A new utility to test VFS system and modules
Just now it is acommandline tool like smbclient and rpcclient that is able to perform operations on the file system passing through the vfs layer It is not complete yet, some functions have simply faked up data, but module loading works yet and basic operations too. Thanks to Eric Lorimer for helping out with the initial setup. Simo. (This used to be commit 42ae5eb82657d4905bdaf247286f95599380afbb)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/vfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c
index a2291eba08..686499288d 100644
--- a/source3/smbd/vfs.c
+++ b/source3/smbd/vfs.c
@@ -138,7 +138,7 @@ static void vfs_init_default(connection_struct *conn)
initialise custom vfs hooks
****************************************************************************/
-static BOOL vfs_init_custom(connection_struct *conn, const char *vfs_object)
+BOOL vfs_init_custom(connection_struct *conn, const char *vfs_object)
{
int vfs_version = -1;
vfs_op_tuple *ops, *(*init_fptr)(int *, const struct vfs_ops *, struct smb_vfs_handle_struct *);