From 78e8dca94f86b97b7df649c1c96a7fe532019a5f Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 21 Aug 2012 17:11:14 +0200 Subject: Allow clients to request a configured EAP method via EAP-Nak --- src/libcharon/plugins/eap_peap/eap_peap_peer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcharon/plugins/eap_peap/eap_peap_peer.c') diff --git a/src/libcharon/plugins/eap_peap/eap_peap_peer.c b/src/libcharon/plugins/eap_peap/eap_peap_peer.c index 96d4d0f30..5e1972672 100644 --- a/src/libcharon/plugins/eap_peap/eap_peap_peer.c +++ b/src/libcharon/plugins/eap_peap/eap_peap_peer.c @@ -151,7 +151,7 @@ METHOD(tls_application_t, process, status_t, if (!this->ph2_method) { DBG1(DBG_IKE, "EAP method not supported"); - this->out = eap_payload_create_nak(in->get_identifier(in), + this->out = eap_payload_create_nak(in->get_identifier(in), 0, 0, received_vendor != 0); in->destroy(in); return NEED_MORE; -- cgit v1.2.3