Duplicate log record of EAP-TLS handshake removed
This commit is contained in:
parent
7973a8d59b
commit
6760287f0d
@ -1322,7 +1322,6 @@ void eap::method_tls::process_handshake()
|
|||||||
|
|
||||||
SECURITY_STATUS status;
|
SECURITY_STATUS status;
|
||||||
if (m_phase == phase_handshake_init) {
|
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(
|
status = m_sc_ctx.initialize(
|
||||||
m_sc_cred,
|
m_sc_cred,
|
||||||
!m_sc_target_name.empty() ? m_sc_target_name.c_str() : NULL,
|
!m_sc_target_name.empty() ? m_sc_target_name.c_str() : NULL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user