From: Stefan Metzmacher Date: Wed, 26 Oct 2022 08:51:09 +0000 (+0200) Subject: lib/krb5_wrap: document the enctype argument of smb_krb5_kt_seek_and_delete_old_entries() X-Git-Tag: talloc-2.4.0~610 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=173b6f6e60a3d0ea3298f31ca7f37104d10f47bb;p=thirdparty%2Fsamba.git lib/krb5_wrap: document the enctype argument of smb_krb5_kt_seek_and_delete_old_entries() Signed-off-by: Stefan Metzmacher Reviewed-by: Jeremy Allison --- diff --git a/lib/krb5_wrap/krb5_samba.c b/lib/krb5_wrap/krb5_samba.c index 19f23f71bbd..9515c5e7452 100644 --- a/lib/krb5_wrap/krb5_samba.c +++ b/lib/krb5_wrap/krb5_samba.c @@ -1632,6 +1632,8 @@ krb5_error_code smb_krb5_kt_get_name(TALLOC_CTX *mem_ctx, * * @param[in] kvno The kvnco to use. * + * @param[in] enctype Only search for entries with the specified enctype + * * @param[in] princ_s The principal as a string to search for. * * @param[in] princ The principal as a krb5_principal to search for.