X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/667e72a1956cea3c144036432eaa923a5a62bba9..5a03f68a5a81695bf8bae65fcd7faa226986ba55:/rsync.c diff --git a/rsync.c b/rsync.c index 00c6beb5..1ec4c77d 100644 --- a/rsync.c +++ b/rsync.c @@ -304,8 +304,9 @@ static int set_perms(char *fname,struct file_struct *file,STRUCT_STAT *st, fname,strerror(errno)); return 0; } + } else { + updated = 1; } - updated = 1; } #ifdef HAVE_CHMOD