From 91c2e53277078f2f32ee8057dbb57e29e1cba78b Mon Sep 17 00:00:00 2001
From: Justin Clarke Casey
Date: Fri, 24 Oct 2008 19:40:45 +0000
Subject: * 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
---
OpenSim/Framework/AgentCircuitManager.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'OpenSim/Framework/AgentCircuitManager.cs')
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
}
///
- /// Add information about a new circuit.
+ /// Add information about a new circuit so that later on we can authenticate a new client session.
///
///
///
--
cgit v1.1