]> gitweb.michael.orlitzky.com - apply-default-acl.git/commitdiff
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)
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.


No differences found