summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/gssapi/mechglue/g_accept_sec_context.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/gssapi/mechglue/g_accept_sec_context.c b/src/lib/gssapi/mechglue/g_accept_sec_context.c
index 0d7155688..c12e2bf4f 100644
--- a/src/lib/gssapi/mechglue/g_accept_sec_context.c
+++ b/src/lib/gssapi/mechglue/g_accept_sec_context.c
@@ -281,12 +281,6 @@ gss_cred_id_t * d_cred;
goto error_out;
}
- if (status != GSS_S_COMPLETE) {
- free(d_u_cred->cred_array);
- free(d_u_cred);
- goto error_out;
- }
-
internal_name = GSS_C_NO_NAME;
d_u_cred->auxinfo.creation_time = time(0);