X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=blobdiff_plain;f=util_context.c;fp=util_context.c;h=0020ef6643c62acdb9954ec97f6640734d775445;hp=e54203f8addafd02c7a62374d448407eb01b86f5;hb=7db57acddeddad5f96d16288b3776baf6c10c0b1;hpb=bb9927f5ce8a09c29d449cfacc6f5309c42c06e0 diff --git a/util_context.c b/util_context.c index e54203f..0020ef6 100644 --- a/util_context.c +++ b/util_context.c @@ -127,7 +127,7 @@ gssEapReleaseContext(OM_uint32 *minor, krb5_free_keyblock_contents(krbContext, &ctx->rfc3961Key); gssEapReleaseName(&tmpMinor, &ctx->initiatorName); gssEapReleaseName(&tmpMinor, &ctx->acceptorName); - gss_release_oid(&tmpMinor, &ctx->mechanismUsed); + gssEapReleaseOid(&tmpMinor, &ctx->mechanismUsed); sequenceFree(&tmpMinor, &ctx->seqState); gssEapReleaseCred(&tmpMinor, &ctx->defaultCred);