From: Wayne Davison Date: Thu, 16 Sep 2004 17:09:46 +0000 (+0000) Subject: - Set "listener" to -1 after we close it so that the error-handler X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/ab217f7ffa8765887c2ed8c9a8c71d29cfe562ed?hp=ab217f7ffa8765887c2ed8c9a8c71d29cfe562ed - Set "listener" to -1 after we close it so that the error-handler doesn't try to re-close it. - Set blocking I/O before the second (final) connect() call. ---