krb5: Document return of krb5_cc_get_config()

This commit is contained in:
Nicolas Williams
2021-12-10 17:14:19 -06:00
parent f44596b14b
commit b5a58df8eb

View File

@@ -1795,6 +1795,8 @@ out:
* NULL, global for the whole cache.
* @param name name under which the configuraion is stored.
* @param data data to fetched, free with krb5_data_free()
* @return 0 on success, KRB5_CC_NOTFOUND or KRB5_CC_END if not found,
* or other system error.
*
* @ingroup krb5_ccache
*/