Commit 54e87b4b authored by Wayne Davison's avatar Wayne Davison

Don't warn about lack of -l support if we're the sender -- we just won't

send the receiver any symlinks.
parent 44e9e221
......@@ -581,7 +581,7 @@ int parse_arguments(int *argc, const char ***argv, int frommain)
}
#if !SUPPORT_LINKS
if (preserve_links) {
if (preserve_links && !am_sender) {
snprintf(err_buf, sizeof err_buf,
"symlinks are not supported on this %s\n",
am_server ? "server" : "client");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment