aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services
diff options
context:
space:
mode:
authorDiva Canto2010-04-14 19:23:17 -0700
committerDiva Canto2010-04-14 19:23:17 -0700
commitff50a90a833f49da5f8c3950148f17807c5139e2 (patch)
tree8367e6e59752f6d0798f303884fdbe212a7b2b66 /OpenSim/Services
parentThe missing .csproj for the Robust 32 bit launcher (diff)
parentminor: add some documentation around the asset udp request path and replace s... (diff)
downloadopensim-SC_OLD-ff50a90a833f49da5f8c3950148f17807c5139e2.zip
opensim-SC_OLD-ff50a90a833f49da5f8c3950148f17807c5139e2.tar.gz
opensim-SC_OLD-ff50a90a833f49da5f8c3950148f17807c5139e2.tar.bz2
opensim-SC_OLD-ff50a90a833f49da5f8c3950148f17807c5139e2.tar.xz
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Services')
-rw-r--r--OpenSim/Services/Connectors/SimianGrid/SimianInventoryServiceConnector.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/SimianGrid/SimianInventoryServiceConnector.cs b/OpenSim/Services/Connectors/SimianGrid/SimianInventoryServiceConnector.cs
index 9005e94..dc68259 100644
--- a/OpenSim/Services/Connectors/SimianGrid/SimianInventoryServiceConnector.cs
+++ b/OpenSim/Services/Connectors/SimianGrid/SimianInventoryServiceConnector.cs
@@ -792,7 +792,7 @@ namespace OpenSim.Services.Connectors.SimianGrid
792 } 792 }
793 793
794 if (extraData.ContainsKey("LinkedItemType")) 794 if (extraData.ContainsKey("LinkedItemType"))
795 invItem.AssetType = extraData["LinkedItemType"].AsInteger(); 795 invItem.AssetType = SLUtil.ContentTypeToSLAssetType(extraData["LinkedItemType"].AsString());
796 } 796 }
797 797
798 if (invItem.BasePermissions == 0) 798 if (invItem.BasePermissions == 0)