X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=mech_eap%2Faccept_sec_context.c;h=2b9766516c478486949c1afd85daa22027b9bd20;hb=8c048bed06cac3253bd7eb3513e9a4d30b31887e;hp=3518d309d428ea9508c059cc1d0dd8a546da4e3b;hpb=ea1c9e27203d1fd8f1f0889c5f8371ce7fac4930;p=mech_eap.git diff --git a/mech_eap/accept_sec_context.c b/mech_eap/accept_sec_context.c index 3518d30..2b97665 100644 --- a/mech_eap/accept_sec_context.c +++ b/mech_eap/accept_sec_context.c @@ -1130,5 +1130,6 @@ gss_accept_sec_context(OM_uint32 *minor, if (GSS_ERROR(major)) gssEapReleaseContext(&tmpMinor, context_handle); + gssEapTraceStatus("gss_accept_sec_context", major, *minor); return major; }