]> gitweb.michael.orlitzky.com - apply-default-acl.git/commitdiff
src/libadacl.c: rename variables in acl_update_entry() for clarity.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 11 Dec 2018 20:23:28 +0000 (15:23 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 11 Dec 2018 21:20:23 +0000 (16:20 -0500)
The updated copy of the entry in the acl_update_entry() function was
called simply "entry", which makes it hard to mentally separate from,
say, the "existing_entry" that is used in the same place. The same
problem exists with names like "entry_tag" with respect to
"existing_tag", and so on.

This commit renames "entry" to "updated_entry" and all of the other
variables like "entry_tag" to "updated_tag". That should make it a
little clearer which entry is the new one.


No differences found