From 6760287f0d3e4e50278a5ce9a182c6adf45acff0 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 25 Aug 2016 12:58:56 +0200 Subject: [PATCH] Duplicate log record of EAP-TLS handshake removed --- lib/TLS/src/Method.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/TLS/src/Method.cpp b/lib/TLS/src/Method.cpp index 29f83aa..cff0ba1 100644 --- a/lib/TLS/src/Method.cpp +++ b/lib/TLS/src/Method.cpp @@ -1322,7 +1322,6 @@ void eap::method_tls::process_handshake() SECURITY_STATUS status; if (m_phase == phase_handshake_init) { - m_module.log_event(&EAPMETHOD_TLS_HANDSHAKE_START2, event_data((unsigned int)eap_type_tls), event_data::blank); status = m_sc_ctx.initialize( m_sc_cred, !m_sc_target_name.empty() ? m_sc_target_name.c_str() : NULL,