X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=blobdiff_plain;f=mech_eap%2Futil_reauth.c;fp=mech_eap%2Futil_reauth.c;h=cd85a539a555ca61599e88c6e38f748308419526;hp=40e3de122fea490ff0c83c5c4b756817b0814572;hb=ed09b5e64dd485851310307979d5eed14678087b;hpb=28dcddb8f970a440e1494cdbbd9c271dbf8853ce diff --git a/mech_eap/util_reauth.c b/mech_eap/util_reauth.c index 40e3de1..cd85a53 100644 --- a/mech_eap/util_reauth.c +++ b/mech_eap/util_reauth.c @@ -1097,7 +1097,7 @@ OM_uint32 gssReleaseName(OM_uint32 *minor, gss_name_t *name) { - if (gssReleaseName == NULL) { + if (gssReleaseNameNext == NULL) { *minor = GSSEAP_NO_MECHGLUE_SYMBOL; return GSS_S_UNAVAILABLE; }