Incorrect pEapOutput in method::set_ui_context() methods fixed

# Conflicts:
#	lib/EAPBase/include/Method.h
#	lib/EAPBase/src/Method.cpp
#	lib/TTLS/include/Method.h
#	lib/TTLS/src/Method.cpp
This commit is contained in:
2016-10-24 14:11:15 +02:00
parent 1ccf97b6d7
commit 4722c42903
4 changed files with 8 additions and 8 deletions

View File

@@ -311,7 +311,7 @@ void eap::peer_ttls::set_ui_context(
_In_ EAP_SESSION_HANDLE hSession,
_In_count_(dwUIContextDataSize) const BYTE *pUIContextData,
_In_ DWORD dwUIContextDataSize,
_In_ const EapPeerMethodOutput *pEapOutput)
_Out_ EapPeerMethodOutput *pEapOutput)
{
UNREFERENCED_PARAMETER(hSession);
UNREFERENCED_PARAMETER(pUIContextData);