mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
Preparing the loginauth service for gridmode logins.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user