Remove unneeded cccol behaviors
authorGreg Hudson <ghudson@mit.edu>
Mon, 5 Sep 2011 16:26:43 +0000 (16:26 +0000)
committerGreg Hudson <ghudson@mit.edu>
Mon, 5 Sep 2011 16:26:43 +0000 (16:26 +0000)
commit45360c9688ca963f75a2480f2cf818424fc3dc7b
treecd99a0453921fceb45b48895458977b260fa8d1d
parentf784a37909b68b7dfc1eed8c3a0e014639c90e45
Remove unneeded cccol behaviors

Do not yield any default caches in the top level cccol implementation.
In the FILE type, yield the default cache if it exists and is of type
FILE, instead of yielding the set of open file caches.

ticket: 6955

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25156 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/ccache/Makefile.in
src/lib/krb5/ccache/cc_file.c
src/lib/krb5/ccache/cccursor.c
src/lib/krb5/ccache/t_cccol.py [new file with mode: 0644]
src/lib/krb5/ccache/t_cccursor.c