X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.orig;a=blobdiff_plain;f=init_sec_context.c;h=cdc5ddb9812362d6717f2ed3ceaea7837b8b028a;hp=8d551014263bb49e65808267bf2fd34f78a05e27;hb=78a638f64bd9b3db891f0e98af656038435b7fc2;hpb=3d688c9916c6d54e1444e82e72884c8555eb844f diff --git a/init_sec_context.c b/init_sec_context.c index 8d55101..cdc5ddb 100644 --- a/init_sec_context.c +++ b/init_sec_context.c @@ -639,6 +639,7 @@ gss_init_sec_context(OM_uint32 *minor, goto cleanup; } } else { + /* XXX TODO should we store this in the context handle? */ major = gssEapAcquireCred(minor, GSS_C_NO_NAME, GSS_C_NO_BUFFER, time_req, GSS_C_NO_OID_SET, GSS_C_INITIATE, &defaultCred, NULL, NULL);