From: Wayne Davison Date: Thu, 5 Feb 2009 02:14:15 +0000 (-0800) Subject: Ensure that the sender turns off any msg_fd_in use earlier. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/46cd1ef6bc79f5779766d5829681cb2b0a66aa80?hp=46cd1ef6bc79f5779766d5829681cb2b0a66aa80 Ensure that the sender turns off any msg_fd_in use earlier. This avoids a problem where an extra message from the sender could give the generator time to start sending data that will not be understood by the sender's use of read_msg_fd(). ---