diff options
Diffstat (limited to '')
-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> |