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