Incorrect pEapOutput in method::set_ui_context() methods fixed

This commit is contained in:
2016-10-24 14:11:15 +02:00
parent a1f9a7bab9
commit 0d73e2f7a2
8 changed files with 12 additions and 12 deletions

View File

@@ -158,7 +158,7 @@ void eap::method_ttls::get_ui_context(
void eap::method_ttls::set_ui_context(
_In_count_(dwUIContextDataSize) const BYTE *pUIContextData,
_In_ DWORD dwUIContextDataSize,
_In_ const EapPeerMethodOutput *pEapOutput)
_Out_ EapPeerMethodOutput *pEapOutput)
{
UNREFERENCED_PARAMETER(pUIContextData);
UNREFERENCED_PARAMETER(dwUIContextDataSize);