X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=moonshot%2Fmech_eap%2Futil_adshim.c;h=513a1a8d5804095e8c3eb4ccdda068fc4529e84e;hb=3e6abb79b847b72dd7b8c137e4fdc94b47f7b485;hp=b74a29ac3694214c5ce55a2306380436cb77b5e3;hpb=db09fc23e4dc013ecd797c51f2a8179cb0dfe670;p=moonshot.git diff --git a/moonshot/mech_eap/util_adshim.c b/moonshot/mech_eap/util_adshim.c index b74a29a..513a1a8 100644 --- a/moonshot/mech_eap/util_adshim.c +++ b/moonshot/mech_eap/util_adshim.c @@ -125,7 +125,7 @@ radius_ad_import_authdata(krb5_context kcontext, krb5_free_data_contents(kcontext, &radius_ad->avpdata); radius_ad->verified = FALSE; - assert(authdata[0] != NULL); + GSSEAP_ASSERT(authdata[0] != NULL); radius_ad->avpdata.data = GSSEAP_MALLOC(authdata[0]->length); if (radius_ad->avpdata.data == NULL)