mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[WS2_32_NEW] Do not initialize ProtocolId to 0. By Peter Hater. CORE-10440
svn path=/trunk/; revision=69806
This commit is contained in:
parent
035dbc5aa9
commit
2ae0399eb9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue