]> gitweb.michael.orlitzky.com - apply-default-acl.git/commit
Remove pointless indirection in acl_entry_count() and acl_is_minimal().
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 23 Feb 2018 16:39:07 +0000 (11:39 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 23 Feb 2018 16:39:07 +0000 (11:39 -0500)
commit916bcfd577de83186c26cd4e110b8f750e781054
tree63ff5f71a3cadc75c15a91a6821f8367a1d443a6
parent927c66a6c66bcbd69b62f07f4b937c5df9afab88
Remove pointless indirection in acl_entry_count() and acl_is_minimal().

The acl_t type is already a pointer to a structure, so there's no
reason to be passing around pointers to acl_t in acl_entry_count() and
acl_is_minimal(). This commit changes their signatures and call sites.
src/apply-default-acl.c