diff --git a/src/Cedar/Server.c b/src/Cedar/Server.c index 9d1efe94..21d375bb 100644 --- a/src/Cedar/Server.c +++ b/src/Cedar/Server.c @@ -5691,7 +5691,7 @@ void SiLoadServerCfg(SERVER *s, FOLDER *f) } ReleaseIntList(ports); - ProtoSetUdpPorts(s->Proto, ports); + ProtoSetUdpPorts(s->Proto, s->PortsUDP); } { RPC_KEEP k;