From 9c6f28bd4e2bbf59c3af1103ededb5801279600d Mon Sep 17 00:00:00 2001 From: MW Date: Thu, 17 May 2007 13:23:53 +0000 Subject: Attempt to fix trunk which someone broke --- OpenSim.RegionServer/AuthenticateSessionsBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim.RegionServer/AuthenticateSessionsBase.cs') 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 { public class AuthenticateSessionsBase { - private Dictionary AgentCircuits = new Dictionary(); + public Dictionary AgentCircuits = new Dictionary(); public AuthenticateSessionsBase() { -- cgit v1.1