fix documentation

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24042 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-11-15 04:44:04 +00:00
parent ada58d9cd3
commit 8879177460

View File

@@ -1057,10 +1057,14 @@ krb5_cc_cache_end_seq_get (krb5_context context,
}
/**
* Search for a matching credential cache of type `type' that have the
* Search for a matching credential cache that have the
* `principal' as the default principal. On success, `id' needs to be
* freed with krb5_cc_close() or krb5_cc_destroy().
*
* @param context A Kerberos 5 context
* @param client The principal to search for
* @param id the returned credential cache
*
* @return On failure, error code is returned and `id' is set to NULL.
*
* @ingroup krb5_ccache