X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/445640e8033e095be64db441e5d1fb3d26b0b309..refs/heads/hacks/missing-args-b3.0.x:/compat.c diff --git a/compat.c b/compat.c index ae3268ac..b921d4e9 100644 --- a/compat.c +++ b/compat.c @@ -271,7 +271,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) {