couple of small fixes to try to fix support for multiple inventory servers in the loginservice

This commit is contained in:
MW
2008-06-29 10:27:22 +00:00
parent 7f847166a9
commit 68bec3f69f
2 changed files with 18 additions and 6 deletions

View File

@@ -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}",