1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

having sticky create times is not a bug

This commit is contained in:
Andrew Tridgell -
parent 7be44dbe00
commit f283f71104

View File

@ -2130,7 +2130,6 @@ static BOOL run_trans2test(int dummy)
printf("create time=%s", ctime(&c_time));
printf("modify time=%s", ctime(&m_time));
printf("This system appears to have sticky create times\n");
correct = False;
}
if (a_time % (60*60) == 0) {
printf("access time=%s", ctime(&a_time));