mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
couple of small fixes to try to fix support for multiple inventory servers in the loginservice
This commit is contained in:
@@ -422,10 +422,10 @@ namespace OpenSim.Grid.UserServer
|
||||
protected override InventoryData GetInventorySkeleton(LLUUID userID, string serverUrl)
|
||||
{
|
||||
string invUrl = m_config.InventoryUrl;
|
||||
//if (serverUrl != String.Empty)
|
||||
//{
|
||||
// invUrl = serverUrl+"/";
|
||||
//}
|
||||
if (!String.IsNullOrEmpty(serverUrl))
|
||||
{
|
||||
invUrl = serverUrl+"/";
|
||||
}
|
||||
|
||||
m_log.DebugFormat(
|
||||
"[LOGIN]: Contacting inventory service at {0} for inventory skeleton of user {1}",
|
||||
|
||||
Reference in New Issue
Block a user