diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/OpenSim.RegionServer/AuthenticateSessionsBase.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/OpenSim.RegionServer/AuthenticateSessionsBase.cs b/OpenSim/OpenSim.RegionServer/AuthenticateSessionsBase.cs index 99b86d4..a97ecdf 100644 --- a/OpenSim/OpenSim.RegionServer/AuthenticateSessionsBase.cs +++ b/OpenSim/OpenSim.RegionServer/AuthenticateSessionsBase.cs | |||
@@ -7,7 +7,7 @@ using OpenSim.Framework.Types; | |||
7 | 7 | ||
8 | namespace OpenSim | 8 | namespace OpenSim |
9 | { | 9 | { |
10 | public class AuthenticateSessionsBase | 10 | /* public class AuthenticateSessionsBase |
11 | { | 11 | { |
12 | public Dictionary<uint, AgentCircuitData> AgentCircuits = new Dictionary<uint, AgentCircuitData>(); | 12 | public Dictionary<uint, AgentCircuitData> AgentCircuits = new Dictionary<uint, AgentCircuitData>(); |
13 | 13 | ||
@@ -101,5 +101,5 @@ namespace OpenSim | |||
101 | } | 101 | } |
102 | return false; | 102 | return false; |
103 | } | 103 | } |
104 | } | 104 | }*/ |
105 | } | 105 | } |