"encrypt" identity
authorLuke Howard <lukeh@padl.com>
Thu, 9 Sep 2010 16:01:22 +0000 (18:01 +0200)
committerLuke Howard <lukeh@padl.com>
Thu, 9 Sep 2010 16:01:22 +0000 (18:01 +0200)
mech_eap/init_sec_context.c

index 48784dd..6e406ae 100644 (file)
@@ -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 {