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:
commit
f84513c95b
@ -5691,7 +5691,7 @@ void SiLoadServerCfg(SERVER *s, FOLDER *f)
|
|||||||
}
|
}
|
||||||
ReleaseIntList(ports);
|
ReleaseIntList(ports);
|
||||||
|
|
||||||
ProtoSetUdpPorts(s->Proto, ports);
|
ProtoSetUdpPorts(s->Proto, s->PortsUDP);
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
RPC_KEEP k;
|
RPC_KEEP k;
|
||||||
|
Loading…
Reference in New Issue
Block a user