]> gitweb.michael.orlitzky.com - apply-default-acl.git/commitdiff
src/libadacl.c: remove two NULL checks around acl_free() calls.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 2 Mar 2018 13:52:19 +0000 (08:52 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 2 Mar 2018 13:52:19 +0000 (08:52 -0500)
The acl_free() function will return ACL_ERROR and set errno to EINVAL
if we pass it a null pointer; but aside from that, nothing bad
happens, and removing the checks makes the code marginally cleaner.


No differences found