aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-06 21:01:16 +0000
committerJustin Clarke Casey2008-11-06 21:01:16 +0000
commitc6dad833f5d90e432cc608e9401fda25db68775c (patch)
treebd36b39f6925f8c2a766438f843e25cfda0d10d3 /OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs
parentAdd missing TeleportStart packets to llTeleportAgentHome and osTeleportAgent. (diff)
downloadopensim-SC_OLD-c6dad833f5d90e432cc608e9401fda25db68775c.zip
opensim-SC_OLD-c6dad833f5d90e432cc608e9401fda25db68775c.tar.gz
opensim-SC_OLD-c6dad833f5d90e432cc608e9401fda25db68775c.tar.bz2
opensim-SC_OLD-c6dad833f5d90e432cc608e9401fda25db68775c.tar.xz
* minor: remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs b/OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs
index b5f065d..91fadba 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs
@@ -53,7 +53,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP.Tests
53 ChunkSenderTuple tuple = m_chunksToLoad.Dequeue(); 53 ChunkSenderTuple tuple = m_chunksToLoad.Dequeue();
54 reusedEpSender = tuple.Sender; 54 reusedEpSender = tuple.Sender;
55 throw new SocketException(); 55 throw new SocketException();
56 ReceiveData(null);
57 } 56 }
58 } 57 }
59 58