X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=moonshot%2Fmech_eap%2Facquire_cred.c;h=ae2648ed045849be468606b6d055da548f065fd2;hb=792b1f6efc62cc96d86e7f9e6bbdf3e44a175630;hp=2326eaa4da54d0644314898e921f32bf1c7fd33d;hpb=eff4114fb39f77dc7ec4587c3c31f2f779ae874c;p=moonshot.git diff --git a/moonshot/mech_eap/acquire_cred.c b/moonshot/mech_eap/acquire_cred.c index 2326eaa..ae2648e 100644 --- a/moonshot/mech_eap/acquire_cred.c +++ b/moonshot/mech_eap/acquire_cred.c @@ -36,7 +36,7 @@ #include "gssapiP_eap.h" -OM_uint32 +OM_uint32 GSSAPI_CALLCONV gss_acquire_cred(OM_uint32 *minor, gss_name_t desired_name, OM_uint32 time_req, @@ -46,7 +46,7 @@ gss_acquire_cred(OM_uint32 *minor, gss_OID_set *actual_mechs, OM_uint32 *time_rec) { - return gssEapAcquireCred(minor, desired_name, GSS_C_NO_BUFFER, + return gssEapAcquireCred(minor, desired_name, time_req, desired_mechs, cred_usage, output_cred_handle, actual_mechs, time_rec); }