aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs
diff options
context:
space:
mode:
authorMW2008-06-28 23:05:08 +0000
committerMW2008-06-28 23:05:08 +0000
commit031b3d531437d4de85f2b89f33ab680acc9589cf (patch)
tree3b30938146abfd2ba847471a844db9a57e57a08f /OpenSim/Framework/Communications/Cache/CachedUserInfo.cs
parentmore disabling multiple inventory server support in LoginService (diff)
downloadopensim-SC_OLD-031b3d531437d4de85f2b89f33ab680acc9589cf.zip
opensim-SC_OLD-031b3d531437d4de85f2b89f33ab680acc9589cf.tar.gz
opensim-SC_OLD-031b3d531437d4de85f2b89f33ab680acc9589cf.tar.bz2
opensim-SC_OLD-031b3d531437d4de85f2b89f33ab680acc9589cf.tar.xz
small change to see if that helps with the inventory problems.
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/CachedUserInfo.cs')
-rw-r--r--OpenSim/Framework/Communications/Cache/CachedUserInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs
index 524f314..46387ab 100644
--- a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs
+++ b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs
@@ -93,7 +93,7 @@ namespace OpenSim.Framework.Communications.Cache
93 { 93 {
94 if (m_userProfile != null) 94 if (m_userProfile != null)
95 { 95 {
96 if (m_userProfile.UserInventoryURI != String.Empty) 96 if (! String.IsNullOrEmpty(m_userProfile.UserAssetURI))
97 { 97 {
98 Uri uri = new Uri(m_userProfile.UserInventoryURI); 98 Uri uri = new Uri(m_userProfile.UserInventoryURI);
99 return uri.Host; 99 return uri.Host;