mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-04-24 16:18:27 -04:00
Call make_file() using the revised arg syntax and new defines.
This commit is contained in:
3
backup.c
3
backup.c
@@ -198,7 +198,7 @@ static int keep_backup(char *fname)
|
||||
if (do_stat (fname, &st)) return 1;
|
||||
#endif
|
||||
|
||||
file = make_file(-1, fname, NULL, 1);
|
||||
file = make_file(fname, NULL, NO_EXCLUDES);
|
||||
|
||||
/* the file could have disappeared */
|
||||
if (!file) return 1;
|
||||
@@ -294,4 +294,3 @@ int make_backup(char *fname)
|
||||
else
|
||||
return (make_simple_backup(fname));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user