diff options
author | Melanie Thielker | 2008-12-05 20:30:00 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-12-05 20:30:00 +0000 |
commit | d24e4a9f2d860db87ca191242861453547f82e65 (patch) | |
tree | 5d80cbb6d9885cb1a8bf98e7a7c64e6fe1b50bad /OpenSim/Region/Environment/Scenes/SceneObjectPartInventory.cs | |
parent | - Use the http-port that is now provided by the grid-server. If it isn't (bec... (diff) | |
download | opensim-SC-d24e4a9f2d860db87ca191242861453547f82e65.zip opensim-SC-d24e4a9f2d860db87ca191242861453547f82e65.tar.gz opensim-SC-d24e4a9f2d860db87ca191242861453547f82e65.tar.bz2 opensim-SC-d24e4a9f2d860db87ca191242861453547f82e65.tar.xz |
Committing the missing bits to enable script crossing. Disabled by default.
For a script to successfully cross, both source and destination region must
enable the feature. WARNING: Trusting binaries from other sims allows
ARBITRARY REMOTE CODE EXECUTION for ANYONE! Please do not use except
in ultimate trust scenarios!
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPartInventory.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectPartInventory.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPartInventory.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPartInventory.cs index 545d603..8137a53 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPartInventory.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPartInventory.cs | |||
@@ -250,6 +250,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
250 | m_part.LocalId, item.ItemID, String.Empty, startParam, postOnRez, engine, stateSource); | 250 | m_part.LocalId, item.ItemID, String.Empty, startParam, postOnRez, engine, stateSource); |
251 | m_part.ParentGroup.AddActiveScriptCount(1); | 251 | m_part.ParentGroup.AddActiveScriptCount(1); |
252 | m_part.ScheduleFullUpdate(); | 252 | m_part.ScheduleFullUpdate(); |
253 | return; | ||
253 | } | 254 | } |
254 | AssetCache cache = m_part.ParentGroup.Scene.AssetCache; | 255 | AssetCache cache = m_part.ParentGroup.Scene.AssetCache; |
255 | 256 | ||