- We now set some saw_delete* vars to keep track of the case where
authorWayne Davison <wayned@samba.org>
Sat, 21 Jan 2006 19:52:55 +0000 (19:52 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 21 Jan 2006 19:52:55 +0000 (19:52 +0000)
commitf5a910dd7307f7e930c3f5d4b53e5e4c57deb6c4
treeb8bcd3671148718a182efbc05e10029e84feaa3d
parente16adcdff338999f3cd4aac05138e2f5f704f253
- We now set some saw_delete* vars to keep track of the case where
  we disabled a delete option that the client sent us (since we may
  still need to await exclude information from the client in such a
  case).
- If -d and --delete are in effect without -r, we may need to send
  the -d to the server even if it was implied, and we may need to
  send --no-r to the server to ensure that we don't get into a
  protocol-corrupting situation should the remote rsync disable the
  --delete option (this works because the --no-r option was added in
  the same version as the functionality which allows --delete to
  work with -d sans -r.
options.c