diff options
-rw-r--r-- | OpenSim/Framework/Communications/HGLoginAuthService.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/HGLoginAuthService.cs b/OpenSim/Framework/Communications/HGLoginAuthService.cs index d12b73b..21d34f8 100644 --- a/OpenSim/Framework/Communications/HGLoginAuthService.cs +++ b/OpenSim/Framework/Communications/HGLoginAuthService.cs | |||
@@ -79,6 +79,11 @@ namespace OpenSim.Framework.Communications | |||
79 | m_inventoryService = interServiceInventoryService; | 79 | m_inventoryService = interServiceInventoryService; |
80 | } | 80 | } |
81 | 81 | ||
82 | public void SetServersInfo(NetworkServersInfo sinfo) | ||
83 | { | ||
84 | m_serversInfo = sinfo; | ||
85 | } | ||
86 | |||
82 | public override XmlRpcResponse XmlRpcLoginMethod(XmlRpcRequest request) | 87 | public override XmlRpcResponse XmlRpcLoginMethod(XmlRpcRequest request) |
83 | { | 88 | { |
84 | m_log.Info("[HGLOGIN] HGLogin called " + request.MethodName); | 89 | m_log.Info("[HGLOGIN] HGLogin called " + request.MethodName); |