EAPMETHOD_TRACE_EAP_ERROR => EAPMETHOD_TRACE_EVT_EAP_ERROR

This commit is contained in:
Simon Rozman 2016-07-19 08:54:32 +02:00
parent 34f16478e4
commit 0ee9bade32
2 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ void eap::module::log_error(_In_ const EAP_ERROR *err) const
evt_desc.push_back(event_data(&(err->helpLinkGuid), sizeof(GUID)));
evt_desc.push_back(event_data(err->pRootCauseString));
evt_desc.push_back(event_data(err->pRepairString));
m_ep.write(&EAPMETHOD_TRACE_EAP_ERROR, (ULONG)evt_desc.size(), evt_desc.data());
m_ep.write(&EAPMETHOD_TRACE_EVT_EAP_ERROR, (ULONG)evt_desc.size(), evt_desc.data());
}

Binary file not shown.