diff options
Diffstat (limited to 'source3/smbd/open.c')
-rw-r--r-- | source3/smbd/open.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/open.c b/source3/smbd/open.c index d5521f7f47..dcd901afaf 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -1281,7 +1281,6 @@ files_struct *open_directory(connection_struct *conn, char *fname, SMB_STRUCT_ST files_struct *open_file_stat(connection_struct *conn, char *fname, SMB_STRUCT_STAT *psbuf) { extern struct current_user current_user; - BOOL got_stat = False; files_struct *fsp = NULL; if (!VALID_STAT(*psbuf)) |