1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-19 10:10:40 +03:00

Merge PR #1417: Mayaqua/Network.c: Fix L2TP/IPsec over IPv6 when listening on ::

This commit is contained in:
Davide Beatrici 2021-07-07 20:31:49 +02:00 committed by GitHub
commit a2f30c8aad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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