[CMAKE]
[reactos.git] / base / applications / network / ping / ping.c
index b2d48ca..19aa099 100644 (file)
@@ -555,7 +555,6 @@ static BOOL Ping(VOID)
     }
     if (Status == SOCKET_ERROR)
     {
-        LostCount++;
         if (WSAGetLastError() == WSAEHOSTUNREACH)
             printf("Destination host unreachable.\n");
         else