Duplicate log record of EAP-TLS handshake removed

This commit is contained in:
Simon Rozman 2016-08-25 12:58:56 +02:00
parent 7973a8d59b
commit 6760287f0d

View File

@ -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,