From: Andrew Tridgell Date: Wed, 27 May 1998 06:30:50 +0000 (+0000) Subject: fixed a race condition in the --delete handling code. The bug led to X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/7b1ce0d746df0d7f7f33238799949ff3cec911a2?hp=7b1ce0d746df0d7f7f33238799949ff3cec911a2 fixed a race condition in the --delete handling code. The bug led to spurious error messages about not be able to delete some files. this fix also makes --delete processing more efficient ---