mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 09:29:52 +03:00
Cedar: fix ProtoSetUdpPorts() call in SiLoadServerCfg()
I accidentally passed the wrong variable in 4514ba5e2f
.
This commit is contained in:
parent
b60844e276
commit
45399d9797
@ -5691,7 +5691,7 @@ void SiLoadServerCfg(SERVER *s, FOLDER *f)
|
||||
}
|
||||
ReleaseIntList(ports);
|
||||
|
||||
ProtoSetUdpPorts(s->Proto, ports);
|
||||
ProtoSetUdpPorts(s->Proto, s->PortsUDP);
|
||||
}
|
||||
{
|
||||
RPC_KEEP k;
|
||||
|
Loading…
Reference in New Issue
Block a user