From: Wayne Davison Date: Wed, 4 Feb 2004 19:25:11 +0000 (+0000) Subject: If a gid doesn't have a name on the originating system, the receiver X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/dbd8811b85ad43507dd04b31812322596e59f3b4?hp=dbd8811b85ad43507dd04b31812322596e59f3b4 If a gid doesn't have a name on the originating system, the receiver won't see it in the list of IDs to remap. That means that we need to call the is_in_group() function from inside match_gid() to know if we can set the group or not (if we're not root). ---