aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorJohan Berntsson2009-04-15 04:15:47 +0000
committerJohan Berntsson2009-04-15 04:15:47 +0000
commit119aeeed7d6310297090da0082a32193951b5b46 (patch)
tree669d7919feeb5ffa4a62a15b03ca2eee757cab9b /OpenSim/Region/ClientStack
parentRenamed splitID in Scene and added comments on usage (diff)
downloadopensim-SC_OLD-119aeeed7d6310297090da0082a32193951b5b46.zip
opensim-SC_OLD-119aeeed7d6310297090da0082a32193951b5b46.tar.gz
opensim-SC_OLD-119aeeed7d6310297090da0082a32193951b5b46.tar.bz2
opensim-SC_OLD-119aeeed7d6310297090da0082a32193951b5b46.tar.xz
Another cleanup: Region_Status renamed to RegionStatus, and a usage comment added
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
index 26a8959..e796cff 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
@@ -403,7 +403,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
403 protected virtual void AddNewClient(UseCircuitCodePacket useCircuit, EndPoint epSender, EndPoint epProxy) 403 protected virtual void AddNewClient(UseCircuitCodePacket useCircuit, EndPoint epSender, EndPoint epProxy)
404 { 404 {
405 //Slave regions don't accept new clients 405 //Slave regions don't accept new clients
406 if (m_localScene.Region_Status != RegionStatus.SlaveScene) 406 if (m_localScene.RegionStatus != RegionStatus.SlaveScene)
407 { 407 {
408 AuthenticateResponse sessionInfo; 408 AuthenticateResponse sessionInfo;
409 bool isNewCircuit = false; 409 bool isNewCircuit = false;