Fixed compilation problem.
authorWayne Davison <wayned@samba.org>
Tue, 24 Apr 2007 20:46:20 +0000 (20:46 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 24 Apr 2007 20:46:20 +0000 (20:46 +0000)
atimes.diff

index f9a866a..dae2530 100644 (file)
@@ -155,7 +155,7 @@ TODO:  need to fix this to handle 64-bit time_t values!
                        if (!hard_link_one(file, fname, cmpbuf, 1))
                                goto try_a_copy;
 +                      if (preserve_atimes)
-+                              set_file_attrs(fname, file, sxp, 0);
++                              set_file_attrs(fname, file, sxp, NULL, 0);
                        if (preserve_hard_links && F_IS_HLINKED(file))
                                finish_hard_link(file, fname, &sxp->st, itemizing, code, j);
                        if (itemizing && (verbose > 1 || stdout_format_has_i > 1)) {