[WS2_32_NEW] Do not initialize ProtocolId to 0. By Peter Hater. CORE-10440
authorAmine Khaldi <amine.khaldi@reactos.org>
Tue, 3 Nov 2015 21:57:08 +0000 (21:57 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Tue, 3 Nov 2015 21:57:08 +0000 (21:57 +0000)
svn path=/trunk/; revision=69806

reactos/dll/win32/ws2_32_new/src/enumprot.c

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