[WS2_32_NEW] Do not initialize ProtocolId to 0. By Peter Hater. CORE-10440

svn path=/trunk/; revision=69806
This commit is contained in:
Amine Khaldi 2015-11-03 21:57:08 +00:00
parent 035dbc5aa9
commit 2ae0399eb9

View file

@ -22,7 +22,7 @@ CheckProtocolMatch(IN LPINT ProtocolSet,
{
BOOL Return = FALSE;
DWORD i = 0;
INT ProtocolId = 0;
INT ProtocolId;
/* Make sure we have a set */
if (ProtocolSet)