krb5_cc_new_unique() is name of the creation function.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23193 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-05-29 02:10:19 +00:00
parent 443b5aecf8
commit 71774397a8

View File

@@ -134,7 +134,8 @@ RCSID("$Id$");
* storage. While memory caches (MEMORY) are local caches to the local * storage. While memory caches (MEMORY) are local caches to the local
* process. * process.
* *
* Caches are opened with krb5_cc_resolve() or created with krb5_cc_gen_unique(). * Caches are opened with krb5_cc_resolve() or created with
* krb5_cc_new_unique().
* *
* If the cache needs to be opened again (using krb5_cc_resolve()) * If the cache needs to be opened again (using krb5_cc_resolve())
* krb5_cc_close() will close the handle, but not the remove the * krb5_cc_close() will close the handle, but not the remove the