diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs index e54c67b89f..7c41b2ec1a 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 (serverUrl != String.Empty) - { - invUrl = serverUrl+"/"; - } + //if (serverUrl != String.Empty) + //{ + // invUrl = serverUrl+"/"; + //} m_log.DebugFormat( "[LOGIN]: Contacting inventory service at {0} for inventory skeleton of user {1}",