From b5a58df8eb1734176629a157c91251fe5759b136 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Fri, 10 Dec 2021 17:14:19 -0600 Subject: [PATCH] krb5: Document return of krb5_cc_get_config() --- lib/krb5/cache.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/krb5/cache.c b/lib/krb5/cache.c index fd5ffd00c..1920796ff 100644 --- a/lib/krb5/cache.c +++ b/lib/krb5/cache.c @@ -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 */