]> git.ipfire.org Git - thirdparty/krb5.git/commit
Clarify variable names in cc_keyring.c
authorGreg Hudson <ghudson@mit.edu>
Thu, 26 Sep 2013 16:23:23 +0000 (12:23 -0400)
committerGreg Hudson <ghudson@mit.edu>
Sat, 28 Sep 2013 19:25:27 +0000 (15:25 -0400)
commit253155e1db678546358b69ab953f8fdd9b7fb23a
treed8aaa0d1b8d6f1167ccfaf6f8efa63379e0713db
parent75b7ea9163e57ff0522f55a9cd0c2ab4b4974e38
Clarify variable names in cc_keyring.c

Consistently use "cache_name" and "cache_id" to talk about the name
and ID of the keyring containing the cache.  In krb5_krcc_resolve, use
"residual" for the residual string as we are no longer using it for
the cache keyring name, and use "anchor_id" for the keyring identified
by the prefix to make it clear that it is not the cache keyring.

Adapted from a patch by simo@redhat.com.
src/lib/krb5/ccache/cc_keyring.c