- Moved the arg-checking relating into set_allow_inc_recurse() and
authorWayne Davison <wayned@samba.org>
Tue, 16 Oct 2007 15:10:09 +0000 (15:10 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 16 Oct 2007 15:10:09 +0000 (15:10 +0000)
commit9970bed4d99f70dab4676ae92dab104a70aae56c
tree453440dd8060077b071d2e5297186f0bc6195848
parent494d049ce17d3b210ce4503ae3034c6d83532b94
- Moved the arg-checking relating into set_allow_inc_recurse() and
  call it when the server is in setup_protocol().  The function sets
  allow_inc_recurse to 0 if some options won't allow us to support
  an incremental-recursive transfer.
- The server now checks for an 'i' in the -e option from the client
  and zeros out allow_inc_recurse if not found.
- The server reports its inc_recurse determination back to the client.
- The client sets inc_recurse based on the value it gets from the server.
compat.c