X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f8605c5b89720a09b8aa0d5e7aa3ea27b1ebbf4f..eecc969e9bc7a9ed6e98df72abaa8d3c6787dac2:/compat.c diff --git a/compat.c b/compat.c index 6e000724..5ba9a4ce 100644 --- a/compat.c +++ b/compat.c @@ -270,7 +270,7 @@ void setup_protocol(int f_out,int f_in) #endif #ifdef ICONV_OPTION sender_symlink_iconv = iconv_opt && (am_server - ? strchr(client_info, 's') != NULL + ? local_server || strchr(client_info, 's') != NULL : !!(compat_flags & CF_SYMLINK_ICONV)); #endif if (inc_recurse && !allow_inc_recurse) {