diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | 2 |
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; |