mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user