r654: There is no point in having two lines of:
authorRichard Sharpe <sharpe@samba.org>
Wed, 12 May 2004 07:06:05 +0000 (07:06 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:51:33 +0000 (10:51 -0500)
        sbuf.st_mtime &= ~1;

So I had one refer to st_ctime.
(This used to be commit cf7a64c05dbc281802a2dc97a182b530fb925db9)

source3/smbd/trans2.c

index a0e00cfcfe0471a8d17f1ec6f4aebd38f256985b..f2212622822e04cec2c40ef547e672331a08f406 100644 (file)
@@ -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;
        }