X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=mech_eap%2Fimport_name.c;h=87f0830e06eb901cd688eca46ef1ba6b7f5f061d;hb=3dcac77927965ec56eb76d865b44a8b2bee4594b;hp=d20d75cd7759d35edc93d84db19acc38f69864f4;hpb=5a124a351d426b59a28312ead5b5a6d9ba51c06e;p=moonshot.git diff --git a/mech_eap/import_name.c b/mech_eap/import_name.c index d20d75c..87f0830 100644 --- a/mech_eap/import_name.c +++ b/mech_eap/import_name.c @@ -43,5 +43,5 @@ gss_import_name(OM_uint32 *minor, gss_name_t *output_name) { return gssEapImportName(minor, import_name_buffer, - input_name_type, output_name); + input_name_type, GSS_C_NO_OID, output_name); }