diff options
Diffstat (limited to 'source3/smbd/vfs.c')
-rw-r--r-- | source3/smbd/vfs.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c index f5c2ec3426..44f44bd169 100644 --- a/source3/smbd/vfs.c +++ b/source3/smbd/vfs.c @@ -390,6 +390,10 @@ char *vfs_readdirname(connection_struct *conn, void *p) return(dname); } +/* VFS options not quite working yet */ + +#if 0 + /*************************************************************************** handle the interpretation of the vfs option parameter *************************************************************************/ @@ -448,3 +452,6 @@ static BOOL handle_vfs_option(char *pszParmValue, char **ptr) return True; } + +#endif + |