diff options
author | Justin Clarke Casey | 2008-10-24 19:40:45 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-10-24 19:40:45 +0000 |
commit | 91c2e53277078f2f32ee8057dbb57e29e1cba78b (patch) | |
tree | 97630584ebde7dca8412f2f3dd1fb6a4230d7168 /OpenSim/Framework | |
parent | * minor: refactor out AddUser test setup to common method (diff) | |
download | opensim-SC-91c2e53277078f2f32ee8057dbb57e29e1cba78b.zip opensim-SC-91c2e53277078f2f32ee8057dbb57e29e1cba78b.tar.gz opensim-SC-91c2e53277078f2f32ee8057dbb57e29e1cba78b.tar.bz2 opensim-SC-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')
-rw-r--r-- | OpenSim/Framework/AgentCircuitManager.cs | 2 |
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> |