From: Wayne Davison Date: Mon, 10 Jan 2005 00:31:55 +0000 (+0000) Subject: Moved the reading of the final MSG_DONE message here from main.c X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/b0da4b23a0802fef22390ae21390968689e93033?hp=b0da4b23a0802fef22390ae21390968689e93033 Moved the reading of the final MSG_DONE message here from main.c (this message comes from the receiver). This ensures that any redo-pass files and delete-after processing are known to be done prior to the start of our hard-link and dir-time-munging loops. ---