aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AgentCircuitManager.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/Framework/AgentCircuitManager.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/Framework/AgentCircuitManager.cs')
-rw-r--r--OpenSim/Framework/AgentCircuitManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/AgentCircuitManager.cs b/OpenSim/Framework/AgentCircuitManager.cs
index 027d0c6..a73e86d 100644
--- a/OpenSim/Framework/AgentCircuitManager.cs
+++ b/OpenSim/Framework/AgentCircuitManager.cs
@@ -74,7 +74,7 @@ namespace OpenSim.Framework
74 } 74 }
75 75
76 /// <summary> 76 /// <summary>
77 /// Add information about a new circuit. 77 /// Add information about a new circuit so that later on we can authenticate a new client session.
78 /// </summary> 78 /// </summary>
79 /// <param name="circuitCode"></param> 79 /// <param name="circuitCode"></param>
80 /// <param name="agentData"></param> 80 /// <param name="agentData"></param>