]> git.ipfire.org Git - thirdparty/rsync.git/commit
Fix `--old-args` interaction with a daemon
authorWayne Davison <wayne@opencoder.net>
Tue, 18 Jan 2022 01:12:43 +0000 (17:12 -0800)
committerWayne Davison <wayne@opencoder.net>
Tue, 18 Jan 2022 02:11:03 +0000 (18:11 -0800)
commit1174d97072c0ebcfcf810b6d4ca26d7b277464ce
tree562e9a5c7209b50c2fd4fb48a4f33439e19b3fd8
parentd9eaffe5643328eaa465c19e34940c29ea470641
Fix `--old-args` interaction with a daemon

Ensure that a remote rsync daemon will not split a filename arg unless
the user asked for `--old-args`.
clientserver.c
main.c