Fixes for Heimdal (macOS) builds from Stefan.
[mech_eap.git] / mech_eap / util_reauth.c
index 40e3de1..cd85a53 100644 (file)
@@ -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;
     }