X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/b435d7174cb971e85e4199999c748d51ba5d0a18..ba30fb5c3cf640102352c6f4473e0b27e5161451:/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)))