aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Communications/Cache')
-rw-r--r--OpenSim/Framework/Communications/Cache/CachedUserInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs
index 4ea1e22..e590b9d 100644
--- a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs
+++ b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs
@@ -790,11 +790,11 @@ namespace OpenSim.Framework.Communications.Cache
790 790
791 if (m_commsManager.SecureInventoryService != null) 791 if (m_commsManager.SecureInventoryService != null)
792 { 792 {
793 m_commsManager.SecureInventoryService.QueryItem(item, m_session_id); 793 itemInfo = m_commsManager.SecureInventoryService.QueryItem(item, m_session_id);
794 } 794 }
795 else 795 else
796 { 796 {
797 m_commsManager.InventoryService.QueryItem(item); 797 itemInfo = m_commsManager.InventoryService.QueryItem(item);
798 } 798 }
799 799
800 if (itemInfo != null) 800 if (itemInfo != null)