Rewrite the building of the ccache-type linked list to be linear
authorKen Raeburn <raeburn@mit.edu>
Tue, 12 Aug 2008 22:14:39 +0000 (22:14 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 12 Aug 2008 22:14:39 +0000 (22:14 +0000)
commitfa17450ee30a79fef6b0f5dbba0b25eb3c0438d2
tree9529f7f395f98dd94609193d247446e6f25b5a26
parent3cd15d775374ff6b83c75e6c675cc62e8abfb1f5
Rewrite the building of the ccache-type linked list to be linear
instead of branched, and thus a bit easier to follow and modify.

If NO_FILE_CCACHE is defined, leave the file cache out of the list,
and (if we're not using ccapi) use the memory cache as the default.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20649 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/ccache/ccbase.c
src/lib/krb5/ccache/ccdefops.c