1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-22 17:39:53 +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
commit f84513c95b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;