summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--proxy/src/gp_creds.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/proxy/src/gp_creds.c b/proxy/src/gp_creds.c
index 1ac1fac..6fecf79 100644
--- a/proxy/src/gp_creds.c
+++ b/proxy/src/gp_creds.c
@@ -536,6 +536,8 @@ uint32_t gp_add_krb5_creds(uint32_t *min,
done:
if (ret_maj) {
+ gp_log_status(&gp_mech_krb5, ret_maj, ret_min);
+
if (*output_cred_handle) {
gss_release_cred(&discard, output_cred_handle);
}