From: Michael Orlitzky Date: Mon, 18 Jun 2018 01:28:32 +0000 (-0400) Subject: src/libadacl.c: simplify the "." and ".." path handling. X-Git-Tag: v0.4.1~4 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=cb2ef6b2386de44200124904c7a03ce8512f3585;hp=cb2ef6b2386de44200124904c7a03ce8512f3585;p=apply-default-acl.git 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. ---