Skip to content

Commit

Permalink
Fix the SynthRdpConnectToServer.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Oct 29, 2024
1 parent 07eee48 commit 839beca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SynthRdp/SynthRdp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ SOCKET SynthRdpConnectToServer()
if (INVALID_SOCKET == Socket)
{
LastError = ::WSAGetLastError();
break;
continue;
}

if (SOCKET_ERROR != ::WSAConnect(
Expand Down

0 comments on commit 839beca

Please sign in to comment.