1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00

Mayaqua/Network.c: Fix L2TP/IPsec over IPv6 when listening on ::

This commit is contained in:
domosekai 2021-07-07 17:37:06 +00:00
parent 60db1962f9
commit 41b9973c24

View File

@ -17632,10 +17632,10 @@ void UdpListenerThread(THREAD *thread, void *param)
UINT *port = LIST_DATA(u->PortList, j);
bool existing = false;
if (IsZeroIP(ip) && (IS_SPECIAL_PORT(*port)))
/*if (IsZeroIP(ip) && (IS_SPECIAL_PORT(*port)))
{
continue;
}
}*/
for (k = 0; k < LIST_NUM(u->SockList); k++)