diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs index 781dae88d9..9d182b6f78 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs @@ -54,7 +54,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP public class LLUDPServerShim : INonSharedRegionModule { protected IConfigSource m_Config; - LLUDPServer m_udpServer; + protected LLUDPServer m_udpServer; #region INonSharedRegionModule public virtual string Name