diff options
Diffstat (limited to 'source3/smbd/nttrans.c')
-rw-r--r-- | source3/smbd/nttrans.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c index d6d60c45cd..ca977c39dc 100644 --- a/source3/smbd/nttrans.c +++ b/source3/smbd/nttrans.c @@ -712,7 +712,7 @@ static int call_nt_transact_create(connection_struct *conn, int oplock_request = 0; mode_t unixmode; int pnum = -1; - int fmode=0,mtime=0,rmode=0; + int fmode=0,rmode=0; off_t file_len = 0; SMB_STRUCT_STAT sbuf; int smb_action = 0; @@ -834,7 +834,6 @@ static int call_nt_transact_create(connection_struct *conn, fmode = dos_mode(conn,fname,&sbuf); if(fmode == 0) fmode = FILE_ATTRIBUTE_NORMAL; - mtime = sbuf.st_mtime; if (fmode & aDIR) { close_file(fsp,False); |