diff options
author | Justin Clarke Casey | 2008-10-24 21:40:05 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-10-24 21:40:05 +0000 |
commit | c519b80680d8ca5d0b98736af6b9029768697a3a (patch) | |
tree | efc50e189935e10607af4facdd693263819f8b4e /OpenSim/Region/ClientStack/LindenUDP/Tests | |
parent | * Stop passing in unnecessary pameters to CreateNewCircuit (diff) | |
download | opensim-SC_OLD-c519b80680d8ca5d0b98736af6b9029768697a3a.zip opensim-SC_OLD-c519b80680d8ca5d0b98736af6b9029768697a3a.tar.gz opensim-SC_OLD-c519b80680d8ca5d0b98736af6b9029768697a3a.tar.bz2 opensim-SC_OLD-c519b80680d8ca5d0b98736af6b9029768697a3a.tar.xz |
* minor: eliminate some mono compiler warnings
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/Tests')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs b/OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs index 819e4e8..620e33f 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs | |||
@@ -74,7 +74,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP.Tests | |||
74 | 74 | ||
75 | uint port = 666; | 75 | uint port = 666; |
76 | testLLUDPServer.Initialise(null, ref port, 0, false, userSettings, null, acm); | 76 | testLLUDPServer.Initialise(null, ref port, 0, false, userSettings, null, acm); |
77 | LLPacketServer packetServer = new LLPacketServer(testLLUDPServer, userSettings); | 77 | new LLPacketServer(testLLUDPServer, userSettings); |
78 | testLLUDPServer.LocalScene = new MockScene(); | 78 | testLLUDPServer.LocalScene = new MockScene(); |
79 | 79 | ||
80 | UseCircuitCodePacket uccp = new UseCircuitCodePacket(); | 80 | UseCircuitCodePacket uccp = new UseCircuitCodePacket(); |