aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-10-24 19:40:45 +0000
committerJustin Clarke Casey2008-10-24 19:40:45 +0000
commit91c2e53277078f2f32ee8057dbb57e29e1cba78b (patch)
tree97630584ebde7dca8412f2f3dd1fb6a4230d7168 /OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
parent* minor: refactor out AddUser test setup to common method (diff)
downloadopensim-SC_OLD-91c2e53277078f2f32ee8057dbb57e29e1cba78b.zip
opensim-SC_OLD-91c2e53277078f2f32ee8057dbb57e29e1cba78b.tar.gz
opensim-SC_OLD-91c2e53277078f2f32ee8057dbb57e29e1cba78b.tar.bz2
opensim-SC_OLD-91c2e53277078f2f32ee8057dbb57e29e1cba78b.tar.xz
* Change AddClient test such that we now successfully authenticate
* The fact that the assert passed even when authentication failed reveals a bug in the code that will be corrected soonish
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
index b786989..2e9af74 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
@@ -395,8 +395,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
395 "[CLIENT]: Adding new circuit for agent {0}, circuit code {1}", 395 "[CLIENT]: Adding new circuit for agent {0}, circuit code {1}",
396 useCircuit.CircuitCode.ID, useCircuit.CircuitCode.Code); 396 useCircuit.CircuitCode.ID, useCircuit.CircuitCode.Code);
397 397
398 clientCircuits.Add(epSender, useCircuit.CircuitCode.Code); 398 clientCircuits.Add(epSender, useCircuit.CircuitCode.Code);
399
400 isNewCircuit = true; 399 isNewCircuit = true;
401 } 400 }
402 } 401 }