summaryrefslogtreecommitdiff
path: root/source3/smbd/vfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/vfs.c')
-rw-r--r--source3/smbd/vfs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c
index 467f3e47a2..2f984aee4f 100644
--- a/source3/smbd/vfs.c
+++ b/source3/smbd/vfs.c
@@ -323,6 +323,8 @@ BOOL vfs_file_exist(connection_struct *conn,char *fname,SMB_STRUCT_STAT *sbuf)
if (!sbuf)
sbuf = &st;
+
+ ZERO_STRUCTP(sbuf);
if (vfs_stat(conn,fname,sbuf) != 0)
return(False);