X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=mech_eap%2Futil_context.c;fp=mech_eap%2Futil_context.c;h=054fa0f5dcbb718641721965f89d865bb72a285d;hb=3e8ad5e079b54db722a97f41d45e098e80fad863;hp=5a39424f68097b525d504a704f39c87e5e975f9d;hpb=aa9b759792c0f213df24c935e90ac3e3d7592ff6;p=mech_eap.git diff --git a/mech_eap/util_context.c b/mech_eap/util_context.c index 5a39424..054fa0f 100644 --- a/mech_eap/util_context.c +++ b/mech_eap/util_context.c @@ -130,7 +130,7 @@ gssEapReleaseContext(OM_uint32 *minor, gssEapReleaseName(&tmpMinor, &ctx->acceptorName); gssEapReleaseOid(&tmpMinor, &ctx->mechanismUsed); sequenceFree(&tmpMinor, &ctx->seqState); - gssEapReleaseCred(&tmpMinor, &ctx->defaultCred); + gssEapReleaseCred(&tmpMinor, &ctx->cred); GSSEAP_MUTEX_DESTROY(&ctx->mutex);