From 538c832ba147caa4c5f66439022ecb11ee2e5335 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 11 Mar 2003 06:53:44 +0000 Subject: having sticky create times is not a bug (This used to be commit f283f71104319fa9f1e7d22fc91b8d7224ae157a) --- source3/torture/torture.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 090f08c160..327212c6be 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -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)); -- cgit