diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Grid/UserServer/UserLoginService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs index a4dce5e..e54c67b 100644 --- a/OpenSim/Grid/UserServer/UserLoginService.cs +++ b/OpenSim/Grid/UserServer/UserLoginService.cs | |||
@@ -424,7 +424,7 @@ namespace OpenSim.Grid.UserServer | |||
424 | string invUrl = m_config.InventoryUrl; | 424 | string invUrl = m_config.InventoryUrl; |
425 | if (serverUrl != String.Empty) | 425 | if (serverUrl != String.Empty) |
426 | { | 426 | { |
427 | invUrl = serverUrl; | 427 | invUrl = serverUrl+"/"; |
428 | } | 428 | } |
429 | 429 | ||
430 | m_log.DebugFormat( | 430 | m_log.DebugFormat( |