From e1f53e5d49c0a1a0a07afc91843aca955ca3f653 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 27 Nov 2009 12:47:57 +0100 Subject: s3: "dotareof" only looks at the file type --- source3/client/clitar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/client/clitar.c b/source3/client/clitar.c index cf5eb6782a..cdcdfb19ff 100644 --- a/source3/client/clitar.c +++ b/source3/client/clitar.c @@ -404,7 +404,7 @@ static void dotareof(int f) (void) dozerobuf(f, TBLOCK); (void) dozerobuf(f, TBLOCK); - if (sys_fstat(f, &stbuf, lp_fake_dir_create_times()) == -1) { + if (sys_fstat(f, &stbuf, false) == -1) { DEBUG(0, ("Couldn't stat file handle\n")); return; } -- cgit