X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/b435d7174cb971e85e4199999c748d51ba5d0a18..9ac3591366ae0048ba0fb3bba86b20851c1bfd61:/backup.c diff --git a/backup.c b/backup.c index 15a8f97e..d36524a8 100644 --- a/backup.c +++ b/backup.c @@ -180,7 +180,7 @@ static int keep_backup(char *fname) if (do_lstat(fname, &st) < 0) return 1; - if (!(file = make_file(fname, NULL, NULL, NO_FILTERS))) + if (!(file = make_file(fname, NULL, NULL, 0, NO_FILTERS))) return 1; /* the file could have disappeared */ if (!(buf = get_backup_name(fname)))