aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/UDPServer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/UDPServer.cs')
-rw-r--r--OpenSim/Region/ClientStack/UDPServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/UDPServer.cs b/OpenSim/Region/ClientStack/UDPServer.cs
index 8f377c1..b0586a3 100644
--- a/OpenSim/Region/ClientStack/UDPServer.cs
+++ b/OpenSim/Region/ClientStack/UDPServer.cs
@@ -125,7 +125,7 @@ namespace OpenSim.Region.ClientStack
125 125
126 return; 126 return;
127 } 127 }
128 catch (System.ObjectDisposedException od) 128 catch (System.ObjectDisposedException)
129 { 129 {
130 return; 130 return;
131 } 131 }