aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer
diff options
context:
space:
mode:
authorMW2008-06-28 21:14:01 +0000
committerMW2008-06-28 21:14:01 +0000
commit6480d4ae80c0f046ef967d345263c9ecbdad185b (patch)
tree1b51f2ab96edbab109e724a537468d17ce3c14e5 /OpenSim/Grid/UserServer
parentMantis#1626. Thank you kindly, Melanie for a patch that: (diff)
downloadopensim-SC_OLD-6480d4ae80c0f046ef967d345263c9ecbdad185b.zip
opensim-SC_OLD-6480d4ae80c0f046ef967d345263c9ecbdad185b.tar.gz
opensim-SC_OLD-6480d4ae80c0f046ef967d345263c9ecbdad185b.tar.bz2
opensim-SC_OLD-6480d4ae80c0f046ef967d345263c9ecbdad185b.tar.xz
small fix
Diffstat (limited to 'OpenSim/Grid/UserServer')
-rw-r--r--OpenSim/Grid/UserServer/UserLoginService.cs2
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(