From: Wayne Davison Date: Mon, 10 Jan 2005 00:31:55 +0000 (+0000) Subject: Moved the reading of the final MSG_DONE message from here to X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/bf18b7ca671e877715c1b139ae3859de6858ad54?ds=sidebyside;hp=bf18b7ca671e877715c1b139ae3859de6858ad54 Moved the reading of the final MSG_DONE message from here to generator.c (the 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 the hard-link and dir-time-munging loops. ---