1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-19 17:59:19 +03:00

Merge PR #1164: Cedar: fix ProtoSetUdpPorts() call in SiLoadServerCfg()

This commit is contained in:
Davide Beatrici
2020-07-03 17:03:10 +02:00
committed by GitHub

View File

@ -5691,7 +5691,7 @@ void SiLoadServerCfg(SERVER *s, FOLDER *f)
}
ReleaseIntList(ports);
ProtoSetUdpPorts(s->Proto, ports);
ProtoSetUdpPorts(s->Proto, s->PortsUDP);
}
{
RPC_KEEP k;