Missed some log data with last checkin:
authorKen Raeburn <raeburn@mit.edu>
Mon, 28 Jun 2004 19:02:51 +0000 (19:02 +0000)
committerKen Raeburn <raeburn@mit.edu>
Mon, 28 Jun 2004 19:02:51 +0000 (19:02 +0000)
commit5728688cf469647175c8eccb93f6200cef9ff1f6
tree4764927d487c1e08ff7dc597ce3e8339cd51b724
parent4d46db6bf4525c5bf4265df5e4485abc79f99040
Missed some log data with last checkin:

* cc_memory.c (struct _krb5_mcc_data): Delete 'next' pointer.  Add a mutex.
(krb5_mcc_*): Lock and unlock the mutex as appropriate.
(struct krb5_mcc_list_node): New type, separates the linked-list
container from the data for individual nodes.
(mcc_head): Now points to krb5_mcc_list_node.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16525 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/ccache/ChangeLog