X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/e70a47f80bb933a1deb610e2524f5c810c49b3f5..998e0bab068d64092214e4e923e518c599faff61:/acls.diff diff --git a/acls.diff b/acls.diff index bdf529c..eb4cc59 100644 --- a/acls.diff +++ b/acls.diff @@ -314,10 +314,10 @@ To use this patch, run these commands for a successful build: if (S_ISDIR(file->mode)) --- old/compat.c +++ new/compat.c -@@ -147,13 +147,6 @@ void setup_protocol(int f_out,int f_in) - protocol_version); - exit_cleanup(RERR_PROTOCOL); - } +@@ -145,13 +145,6 @@ void setup_protocol(int f_out,int f_in) + } + + if (protocol_version < 30) { - if (preserve_acls && !local_server) { - rprintf(FERROR, - "--acls requires protocol 30 or higher"