diff --git a/OpenSim/Services/IntegrationService/IntegrationService.cs b/OpenSim/Services/IntegrationService/IntegrationService.cs index e229edd041..022acd84da 100644 --- a/OpenSim/Services/IntegrationService/IntegrationService.cs +++ b/OpenSim/Services/IntegrationService/IntegrationService.cs @@ -348,6 +348,8 @@ namespace OpenSim.Services.IntegrationService #endregion #region IIntegrationService implementation + // Will hold back on implementing things here that can actually make changes + // Need to secure it first public byte[] HandleWebListRepositories(OSDMap request) { Dictionary result = new Dictionary();