mirror of
https://github.com/netchx/netch.git
synced 2026-04-09 20:10:34 +08:00
[Redirector] Fix build
This commit is contained in:
@@ -425,7 +425,7 @@ void udpBeginReceive(ENDPOINT_ID id, SocksHelper::PUDP udpConn, PNF_UDP_OPTIONS
|
||||
{
|
||||
SOCKADDR_IN6 target;
|
||||
|
||||
int length = udpConn->Read(&target, buffer, sizeof(buffer));
|
||||
int length = udpConn->Read(&target, buffer, sizeof(buffer), NULL);
|
||||
if (length == 0 || length == SOCKET_ERROR)
|
||||
{
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user