diff options
author | Justin Clarke Casey | 2009-01-13 16:49:01 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-01-13 16:49:01 +0000 |
commit | 1e365df49500b3b814b7f9ae67ab2af0acc984a3 (patch) | |
tree | 4d5051a4a5a623bd6a434770b6f5948830a4bfe1 /OpenSim/Region/ClientStack/LindenUDP | |
parent | * Added resolving explicit .exe project names. This fixes mantis #2967 (diff) | |
download | opensim-SC_OLD-1e365df49500b3b814b7f9ae67ab2af0acc984a3.zip opensim-SC_OLD-1e365df49500b3b814b7f9ae67ab2af0acc984a3.tar.gz opensim-SC_OLD-1e365df49500b3b814b7f9ae67ab2af0acc984a3.tar.bz2 opensim-SC_OLD-1e365df49500b3b814b7f9ae67ab2af0acc984a3.tar.xz |
* minor: Stop friendship termination crashing the client thread if the friend to be terminated could not be found
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs index f1a3c7f..a90c380 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | |||
@@ -307,8 +307,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
307 | catch (System.ObjectDisposedException) | 307 | catch (System.ObjectDisposedException) |
308 | { | 308 | { |
309 | m_log.Info("[UDPSERVER]: UDP Object disposed. No need to worry about this if you're restarting the simulator."); | 309 | m_log.Info("[UDPSERVER]: UDP Object disposed. No need to worry about this if you're restarting the simulator."); |
310 | } | 310 | } |
311 | |||
312 | } | 311 | } |
313 | 312 | ||
314 | /// <summary> | 313 | /// <summary> |