From: Wayne Davison Date: Tue, 16 Oct 2007 15:10:09 +0000 (+0000) Subject: - Moved the arg-checking relating into set_allow_inc_recurse() and X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/9970bed4d99f70dab4676ae92dab104a70aae56c?hp=9970bed4d99f70dab4676ae92dab104a70aae56c - 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. ---