From: Luke Howard Date: Thu, 9 Sep 2010 16:01:22 +0000 (+0200) Subject: "encrypt" identity X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=193b52cbad3a7b11830dcd718c8c97e649d83758;hp=5d22e2f0e9109f5614f2bcbb0ac8d15f1a67c08c;p=cyrus-sasl.git "encrypt" identity --- diff --git a/mech_eap/init_sec_context.c b/mech_eap/init_sec_context.c index 48784dd..6e406ae 100644 --- a/mech_eap/init_sec_context.c +++ b/mech_eap/init_sec_context.c @@ -334,7 +334,7 @@ eapGssSmInitAuthenticate(OM_uint32 *minor, if (GSS_ERROR(major)) goto cleanup; - resp = eap_sm_buildIdentity(ctx->initiatorCtx.eap, 0, 0); + resp = eap_sm_buildIdentity(ctx->initiatorCtx.eap, 0, 1); major = GSS_S_CONTINUE_NEEDED; goto cleanup; } else {