X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=moonshot%2Fmech_eap%2Facquire_cred_with_password.c;h=c0f41592a01db30d3b4d38e71c3d1b8b24c18065;hb=eff4114fb39f77dc7ec4587c3c31f2f779ae874c;hp=59046164c9d1bda53a7df0cc8ed174f0b98c08ea;hpb=57135a1070518a0c1228a29ed9fcf726357856a1;p=moonshot.git diff --git a/moonshot/mech_eap/acquire_cred_with_password.c b/moonshot/mech_eap/acquire_cred_with_password.c index 5904616..c0f4159 100644 --- a/moonshot/mech_eap/acquire_cred_with_password.c +++ b/moonshot/mech_eap/acquire_cred_with_password.c @@ -47,14 +47,7 @@ gssspi_acquire_cred_with_password(OM_uint32 *minor, gss_OID_set *actual_mechs, OM_uint32 *time_rec) { - return gssEapAcquireCred(minor, - desired_name, - &gssEapPasswordCredType, - password, - time_req, - desired_mechs, - cred_usage, - output_cred_handle, - actual_mechs, - time_rec); + return gssEapAcquireCred(minor, desired_name, password, + time_req, desired_mechs, cred_usage, + output_cred_handle, actual_mechs, time_rec); }