]> gitweb.michael.orlitzky.com - apply-default-acl.git/commit
src/libadacl.c: simplify the "." and ".." path handling.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 18 Jun 2018 01:28:32 +0000 (21:28 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 18 Jun 2018 01:28:32 +0000 (21:28 -0400)
commitcb2ef6b2386de44200124904c7a03ce8512f3585
tree8c5079646065b5813fd2c4bb9679263016fe24df
parentf2f40587da3a56f9c6fa0265fd86a5dacf589276
src/libadacl.c: simplify the "." and ".." path handling.

The initial fix for the path arguments "." and ".." was a little
hacky, but necessary to get the test suite passing. Now the logic is a
little cleaner, and both paths are handled in one special-case rather
than two separate "if" statements.
src/libadacl.c