X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.orig;a=blobdiff_plain;f=util_oid.c;h=903aa35cf226f8b4e111d5c35e16b0afca15d02a;hp=af2f08fa516338d38e1248d681ad14f2632f9acb;hb=d4fe7ce93304facaf069792c347b01b25ab765ae;hpb=e01007b518ad7622d72c2ecc20f45a6183495707 diff --git a/util_oid.c b/util_oid.c index af2f08f..903aa35 100644 --- a/util_oid.c +++ b/util_oid.c @@ -72,7 +72,7 @@ duplicateOid(OM_uint32 *minor, return GSS_S_FAILURE; } p->length = oid->length; - p->elements = GSSEAP_MALLCO(p->length); + p->elements = GSSEAP_MALLOC(p->length); if (p->elements == NULL) { GSSEAP_FREE(p); return GSS_S_FAILURE;