Call the new name of set_perms(): set_file_attrs().
authorWayne Davison <wayned@samba.org>
Sun, 29 Jan 2006 20:30:12 +0000 (20:30 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 29 Jan 2006 20:30:12 +0000 (20:30 +0000)
backup.c

index 11011cf..e5b8384 100644 (file)
--- a/backup.c
+++ b/backup.c
@@ -261,7 +261,7 @@ static int keep_backup(char *fname)
                        robust_unlink(fname); /* Just in case... */
                }
        }
-       set_perms(buf, file, NULL, 0);
+       set_file_attrs(buf, file, NULL, 0);
        free(file);
 
        if (verbose > 1) {