pEapOutput Prefast specifier for set_response_attributes() methods changed

This commit is contained in:
2016-10-24 14:42:56 +02:00
parent 45ce38916b
commit 2c91b6ca8c
7 changed files with 9 additions and 9 deletions

View File

@@ -178,7 +178,7 @@ void eap::method_ttls::get_response_attributes(_Inout_ EapAttributes *pAttribs)
void eap::method_ttls::set_response_attributes(
_In_ const EapAttributes *pAttribs,
_Inout_ EapPeerMethodOutput *pEapOutput)
_Out_ EapPeerMethodOutput *pEapOutput)
{
UNREFERENCED_PARAMETER(pAttribs);
UNREFERENCED_PARAMETER(pEapOutput);