mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
krb5_wrap: Document smb_krb5_kt_free_entry()
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
eefed8a629
commit
6d063dffb5
@ -908,6 +908,17 @@ krb5_enctype smb_krb5_kt_get_enctype_from_entry(krb5_keytab_entry *kt_entry)
|
||||
return KRB5_KEY_TYPE(KRB5_KT_KEY(kt_entry));
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Free the contents of a key table entry.
|
||||
*
|
||||
* @param[in] context The library context.
|
||||
*
|
||||
* @param[in] kt_entry The key table entry to free the contents of.
|
||||
*
|
||||
* @return 0 on success, a Kerberos error code otherwise.
|
||||
*
|
||||
* The pointer itself is not freed.
|
||||
*/
|
||||
krb5_error_code smb_krb5_kt_free_entry(krb5_context context,
|
||||
krb5_keytab_entry *kt_entry)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user