We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a97d81 commit 236417cCopy full SHA for 236417c
1 file changed
acls.c
@@ -713,7 +713,7 @@ static uchar recv_ida_entries(int f, ida_entries *ent)
713
else
714
id = recv_group_name(f, id, NULL);
715
} else if (access & NAME_IS_USER) {
716
- if (inc_recurse && am_root && !numeric_ids)
+ if (inc_recurse && !numeric_ids)
717
id = match_uid(id);
718
} else {
719
if (inc_recurse && (!am_root || !numeric_ids))
0 commit comments