diff --git a/OpenSim/Framework/Communications/HGLoginAuthService.cs b/OpenSim/Framework/Communications/HGLoginAuthService.cs index d12b73b788..21d34f8b2d 100644 --- a/OpenSim/Framework/Communications/HGLoginAuthService.cs +++ b/OpenSim/Framework/Communications/HGLoginAuthService.cs @@ -79,6 +79,11 @@ namespace OpenSim.Framework.Communications m_inventoryService = interServiceInventoryService; } + public void SetServersInfo(NetworkServersInfo sinfo) + { + m_serversInfo = sinfo; + } + public override XmlRpcResponse XmlRpcLoginMethod(XmlRpcRequest request) { m_log.Info("[HGLOGIN] HGLogin called " + request.MethodName);