From: Wayne Davison Date: Sun, 24 Apr 2005 22:11:26 +0000 (+0000) Subject: When deleting files, we need to take any local FLAG_MOUNT_POINT X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/f3ab64d3a8b47395154a503f3f0084622d61d52d?hp=f3ab64d3a8b47395154a503f3f0084622d61d52d When deleting files, we need to take any local FLAG_MOUNT_POINT flag-bit and put it into the regular flist's flags for that dir, and delete_in_dir() now refuses to delete a directory that has that bit set. ---