From b0330a0bb50a3b30dbaa526cdcafd4e0b9aa6c7b Mon Sep 17 00:00:00 2001 From: MW Date: Sun, 29 Jun 2008 20:39:34 +0000 Subject: disabled the multiple inventory server support in login service again. And reverted CachedUserInfo back to revision 5262. I don't think most of the inventory problems that people are reporting are due to these, but its easier to deal with one set of potential problems at a time, and I'm not going to get any time in the week to work on this anyway. --- OpenSim/Grid/UserServer/UserLoginService.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'OpenSim/Grid/UserServer') diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs index 9b2600f..78f6e7c 100644 --- a/OpenSim/Grid/UserServer/UserLoginService.cs +++ b/OpenSim/Grid/UserServer/UserLoginService.cs @@ -422,10 +422,10 @@ namespace OpenSim.Grid.UserServer protected override InventoryData GetInventorySkeleton(LLUUID userID, string serverUrl) { string invUrl = m_config.InventoryUrl; - if (!String.IsNullOrEmpty(serverUrl)) - { - invUrl = serverUrl+"/"; - } + //if (!String.IsNullOrEmpty(serverUrl)) + //{ + // invUrl = serverUrl+"/"; + //} m_log.DebugFormat( "[LOGIN]: Contacting inventory service at {0} for inventory skeleton of user {1}", -- cgit v1.1