aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
diff options
context:
space:
mode:
authorMelanie2009-10-08 22:25:14 +0100
committerMelanie2009-10-08 22:25:14 +0100
commita0dd9f4bb4c1a88c2692066c54923c7f91429df5 (patch)
tree700b656c3662b62d73fe2c13894d1c57fab25197 /OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
parentAdded guards against the exception reported: (diff)
downloadopensim-SC_OLD-a0dd9f4bb4c1a88c2692066c54923c7f91429df5.zip
opensim-SC_OLD-a0dd9f4bb4c1a88c2692066c54923c7f91429df5.tar.gz
opensim-SC_OLD-a0dd9f4bb4c1a88c2692066c54923c7f91429df5.tar.bz2
opensim-SC_OLD-a0dd9f4bb4c1a88c2692066c54923c7f91429df5.tar.xz
Fork UDPBase from libOMV into opensim
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
index 2c5ad85..1e6927f 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
@@ -87,7 +87,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
87 /// The LLUDP server for a region. This handles incoming and outgoing 87 /// The LLUDP server for a region. This handles incoming and outgoing
88 /// packets for all UDP connections to the region 88 /// packets for all UDP connections to the region
89 /// </summary> 89 /// </summary>
90 public class LLUDPServer : UDPBase 90 public class LLUDPServer : OpenSimUDPBase
91 { 91 {
92 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 92 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
93 93