diff options
author | MW | 2008-02-16 11:55:09 +0000 |
---|---|---|
committer | MW | 2008-02-16 11:55:09 +0000 |
commit | 694dff3b7007760039c9eea95fe9b1a89df68432 (patch) | |
tree | e4bd10fd3657dbbaea025b7ebe99e1d8030c7507 /OpenSim/Region/ClientStack/UDPServer.cs | |
parent | Update svn properties. (diff) | |
download | opensim-SC_OLD-694dff3b7007760039c9eea95fe9b1a89df68432.zip opensim-SC_OLD-694dff3b7007760039c9eea95fe9b1a89df68432.tar.gz opensim-SC_OLD-694dff3b7007760039c9eea95fe9b1a89df68432.tar.bz2 opensim-SC_OLD-694dff3b7007760039c9eea95fe9b1a89df68432.tar.xz |
Some changes to remove some of the direct calls to CommsManager from Scene, so that they now go through the SceneCommunicationService. As a small step towards the day we can kill the CommsManager (YAY!)
Diffstat (limited to 'OpenSim/Region/ClientStack/UDPServer.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/UDPServer.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/UDPServer.cs b/OpenSim/Region/ClientStack/UDPServer.cs index a7e0c22..0a301b5 100644 --- a/OpenSim/Region/ClientStack/UDPServer.cs +++ b/OpenSim/Region/ClientStack/UDPServer.cs | |||
@@ -199,7 +199,8 @@ namespace OpenSim.Region.ClientStack | |||
199 | 199 | ||
200 | try | 200 | try |
201 | { | 201 | { |
202 | packet = PacketPool.Instance.GetPacket(RecvBuffer, ref packetEnd, ZeroBuffer); | 202 | packet = PacketPool.Instance.GetPacket(RecvBuffer, ref packetEnd, ZeroBuffer); |
203 | |||
203 | } | 204 | } |
204 | catch (Exception e) | 205 | catch (Exception e) |
205 | { | 206 | { |