mirror of
https://github.com/samba-team/samba.git
synced 2025-02-15 05:57:49 +03:00
r654: There is no point in having two lines of:
sbuf.st_mtime &= ~1; So I had one refer to st_ctime.
This commit is contained in:
parent
ba9809fcd4
commit
cf7a64c05d
@ -2400,7 +2400,7 @@ static int call_trans2qfilepathinfo(connection_struct *conn,
|
||||
if (lp_dos_filetime_resolution(SNUM(conn))) {
|
||||
c_time &= ~1;
|
||||
sbuf.st_atime &= ~1;
|
||||
sbuf.st_mtime &= ~1;
|
||||
sbuf.st_ctime &= ~1;
|
||||
sbuf.st_mtime &= ~1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user