diff --git a/reactos/dll/win32/ws2_32_new/src/enumprot.c b/reactos/dll/win32/ws2_32_new/src/enumprot.c index 6948ae9d970..bfa889a964d 100644 --- a/reactos/dll/win32/ws2_32_new/src/enumprot.c +++ b/reactos/dll/win32/ws2_32_new/src/enumprot.c @@ -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)