X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/49d6fdc03617747d92422b9759ff5c828070aa11..60c8d7bc7f693e568e6a60a82a433f8534b1e26e:/backup.c diff --git a/backup.c b/backup.c index 52590c13..88f9eaed 100644 --- a/backup.c +++ b/backup.c @@ -197,7 +197,7 @@ static int keep_backup(char *fname) if (do_stat (fname, &st)) return 1; #endif - file = make_file (0, fname); + file = make_file (0, fname, 0); /* make a complete pathname for backup file */ if (strlen(backup_dir) + strlen(fname) > (MAXPATHLEN - 1)) {