diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-03-11 06:53:44 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-03-11 06:53:44 +0000 |
commit | 538c832ba147caa4c5f66439022ecb11ee2e5335 (patch) | |
tree | 05f13c77b0f6149fb80d6bc9854e7f5ea4dd8ad1 /source3/torture | |
parent | 191b44b91c628d2647a1e1355508c2eafa59535f (diff) | |
download | samba-538c832ba147caa4c5f66439022ecb11ee2e5335.tar.gz samba-538c832ba147caa4c5f66439022ecb11ee2e5335.tar.bz2 samba-538c832ba147caa4c5f66439022ecb11ee2e5335.zip |
having sticky create times is not a bug
(This used to be commit f283f71104319fa9f1e7d22fc91b8d7224ae157a)
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/torture.c | 1 |
1 files changed, 0 insertions, 1 deletions
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)); |