X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=moonshot%2Fmech_eap%2Futil_cred.c;h=fad8bad2f4c92536bc8a69db30e785f18c8dce22;hb=3e6abb79b847b72dd7b8c137e4fdc94b47f7b485;hp=bd5bf667bdf27c7f814f83d74c9b1ba1ca95505d;hpb=9da959f11ebc69e0ae63bc3464b258d161d01cd2;p=moonshot.git diff --git a/moonshot/mech_eap/util_cred.c b/moonshot/mech_eap/util_cred.c index bd5bf66..fad8bad 100644 --- a/moonshot/mech_eap/util_cred.c +++ b/moonshot/mech_eap/util_cred.c @@ -338,7 +338,7 @@ gssEapCredAvailable(gss_cred_id_t cred, gss_OID mech) OM_uint32 minor; int present = 0; - assert(mech != GSS_C_NO_OID); + GSSEAP_ASSERT(mech != GSS_C_NO_OID); if (cred == GSS_C_NO_CREDENTIAL || cred->mechanisms == GSS_C_NO_OID_SET) return TRUE;