diff options
author | Justin Clark-Casey (justincc) | 2011-12-08 20:52:34 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-12-08 20:52:34 +0000 |
commit | bc13855e6475ce2df051ad20acdd76756fb22555 (patch) | |
tree | 5fbc8945dd3939e08b74e4e8163490938eb63e7a /OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs | |
parent | Remove unnecessary AgentCircuitData null check from Scene.AddNewClient(). (diff) | |
download | opensim-SC_OLD-bc13855e6475ce2df051ad20acdd76756fb22555.zip opensim-SC_OLD-bc13855e6475ce2df051ad20acdd76756fb22555.tar.gz opensim-SC_OLD-bc13855e6475ce2df051ad20acdd76756fb22555.tar.bz2 opensim-SC_OLD-bc13855e6475ce2df051ad20acdd76756fb22555.tar.xz |
Reactivate BasicCircuitTests.TestAddClient()
This checks that the initial UseCircuitCode packet is handled correctly for a normal client login.
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs b/OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs index 6eebd9d..039379d 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs | |||
@@ -44,7 +44,7 @@ namespace OpenMetaverse | |||
44 | /// This method is called when an incoming packet is received | 44 | /// This method is called when an incoming packet is received |
45 | /// </summary> | 45 | /// </summary> |
46 | /// <param name="buffer">Incoming packet buffer</param> | 46 | /// <param name="buffer">Incoming packet buffer</param> |
47 | protected abstract void PacketReceived(UDPPacketBuffer buffer); | 47 | public abstract void PacketReceived(UDPPacketBuffer buffer); |
48 | 48 | ||
49 | /// <summary>UDP port to bind to in server mode</summary> | 49 | /// <summary>UDP port to bind to in server mode</summary> |
50 | protected int m_udpPort; | 50 | protected int m_udpPort; |