X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/2a59d2cc3178eef8b3b1f41867889b4dee763f24..b435d7174cb971e85e4199999c748d51ba5d0a18:/backup.c?ds=sidebyside diff --git a/backup.c b/backup.c index e34b7be9..15a8f97e 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, NO_FILTERS))) + if (!(file = make_file(fname, NULL, NULL, NO_FILTERS))) return 1; /* the file could have disappeared */ if (!(buf = get_backup_name(fname)))