aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/AuthenticateSessionsBase.cs
diff options
context:
space:
mode:
authorMW2007-05-17 13:23:53 +0000
committerMW2007-05-17 13:23:53 +0000
commit9c6f28bd4e2bbf59c3af1103ededb5801279600d (patch)
treef663624dd4df2a6ae22a21fc88a2d51c0171d1d9 /OpenSim.RegionServer/AuthenticateSessionsBase.cs
parent* more refactoring and error message (diff)
downloadopensim-SC_OLD-9c6f28bd4e2bbf59c3af1103ededb5801279600d.zip
opensim-SC_OLD-9c6f28bd4e2bbf59c3af1103ededb5801279600d.tar.gz
opensim-SC_OLD-9c6f28bd4e2bbf59c3af1103ededb5801279600d.tar.bz2
opensim-SC_OLD-9c6f28bd4e2bbf59c3af1103ededb5801279600d.tar.xz
Attempt to fix trunk which someone broke <looks innocent>
Diffstat (limited to 'OpenSim.RegionServer/AuthenticateSessionsBase.cs')
-rw-r--r--OpenSim.RegionServer/AuthenticateSessionsBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim.RegionServer/AuthenticateSessionsBase.cs b/OpenSim.RegionServer/AuthenticateSessionsBase.cs
index b01ab7cd..1ff5a84 100644
--- a/OpenSim.RegionServer/AuthenticateSessionsBase.cs
+++ b/OpenSim.RegionServer/AuthenticateSessionsBase.cs
@@ -9,7 +9,7 @@ namespace OpenSim
9{ 9{
10 public class AuthenticateSessionsBase 10 public class AuthenticateSessionsBase
11 { 11 {
12 private Dictionary<uint, AgentCircuitData> AgentCircuits = new Dictionary<uint, AgentCircuitData>(); 12 public Dictionary<uint, AgentCircuitData> AgentCircuits = new Dictionary<uint, AgentCircuitData>();
13 13
14 public AuthenticateSessionsBase() 14 public AuthenticateSessionsBase()
15 { 15 {