-

krb5_cccol_have_content - Check if the credential cache collection contains any initialized caches.

+

krb5_cccol_have_content - Check if the credential cache collection contains any initialized caches.

-krb5_error_code krb5_cccol_have_content(krb5_context context)
+krb5_error_code krb5_cccol_have_content(krb5_context context)
-
param
+
param:

[in] context - Library context

-
retval
+
retval:
  • 0 At least one initialized cache is present in the collection

  • KRB5_CC_NOTFOUND The collection contains no caches

  • @@ -137,8 +135,8 @@