krb5_kt_have_content have always really returned a krb5_error_code, pointed out by Gred Hudson

This commit is contained in:
Love Hörnquist Åstrand
2012-06-04 10:47:12 +02:00
parent f9f78a2cbf
commit 0fad20a7ce

View File

@@ -893,7 +893,7 @@ krb5_kt_remove_entry(krb5_context context,
* @ingroup krb5_keytab
*/
KRB5_LIB_FUNCTION krb5_boolean KRB5_LIB_CALL
KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
krb5_kt_have_content(krb5_context context,
krb5_keytab id)
{