1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Adjust for brain outage that affected the previous commit.

Submitted by:	Stefan Farfeleder <stefan@fafoe.narf.at>
This commit is contained in:
Jacques Vidrine 2004-01-06 20:29:40 +00:00
parent 9abf1c6ab8
commit ff5fe653fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124193

View File

@ -63,7 +63,7 @@ acl_delete_entry(acl_t acl, acl_entry_t entry_d)
/* ...shift the remaining entries... */
for (; i < acl->ats_acl.acl_cnt - 1; ++i)
acl->ats_acl.acl_entry[i] =
acl->ats_acl.acl_entry[i];
acl->ats_acl.acl_entry[i+1];
/* ...drop the count and zero the unused entry... */
acl->ats_acl.acl_cnt--;
bzero(&acl->ats_acl.acl_entry[i],