diff --git a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs index b6ac6c953c..80fd1ae2fe 100644 --- a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs +++ b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs @@ -108,7 +108,7 @@ namespace OpenSim.Framework.Communications.Cache /// is executed immediately instead. /// /// - public void AddRequest(IInventoryRequest request) + protected void AddRequest(IInventoryRequest request) { lock (m_pendingRequests) {