s3: "tar_parseargs" only looks at the mtime
authorVolker Lendecke <vl@samba.org>
Fri, 27 Nov 2009 11:48:33 +0000 (12:48 +0100)
committerVolker Lendecke <vl@samba.org>
Sun, 29 Nov 2009 10:22:02 +0000 (11:22 +0100)
source3/client/clitar.c

index cdcdfb19ff60cd29717c4d206eec740db739284e..fc98fa8e33eb24d7ad5c7e5d00ce561dd70e17f7 100644 (file)
@@ -1793,7 +1793,7 @@ int tar_parseargs(int argc, char *argv[], const char *Optarg, int Optind)
                                        SMB_STRUCT_STAT stbuf;
 
                                        if (sys_stat(argv[Optind], &stbuf,
-                                                    lp_fake_dir_create_times()) == 0) {
+                                                    false) == 0) {
                                                newer_than = convert_timespec_to_time_t(
                                                        stbuf.st_ex_mtime);
                                                DEBUG(1,("Getting files newer than %s",