X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=mech_eap%2Fimport_name.c;h=bceefcd9798d97678b86a46d25090073a9c3f588;hb=52d88b721dbdb56707dd34724529bda2280e13b8;hp=152bb21bcfbb5b58f4cd20d341837a75d7fe8838;hpb=22ba43fdbf2add680f81c5fe89d8cd5ae478f15c;p=cyrus-sasl.git diff --git a/mech_eap/import_name.c b/mech_eap/import_name.c index 152bb21..bceefcd 100644 --- a/mech_eap/import_name.c +++ b/mech_eap/import_name.c @@ -38,5 +38,6 @@ gss_import_name(OM_uint32 *minor, gss_OID input_name_type, gss_name_t *output_name) { - GSSEAP_NOT_IMPLEMENTED; + return gssEapImportName(minor, import_name_buffer, + input_name_type, output_name); }