diff options
Diffstat (limited to 'source3/smbd/fileio.c')
-rw-r--r-- | source3/smbd/fileio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/smbd/fileio.c b/source3/smbd/fileio.c index 74f2c6774f..8037510d80 100644 --- a/source3/smbd/fileio.c +++ b/source3/smbd/fileio.c @@ -153,7 +153,8 @@ static ssize_t real_write_file(struct smb_request *req, */ if (!null_timespec(fsp->pending_modtime)) { - set_filetime(fsp->conn, fsp->fsp_name, fsp->pending_modtime); + set_filetime(fsp->conn, fsp->fsp_name, + fsp->pending_modtime); /* If we didn't get the "set modtime" call ourselves, we must store the last write time to restore on close. JRA. */ |