diff options
author | Melanie | 2012-10-14 17:32:46 +0200 |
---|---|---|
committer | Melanie | 2012-10-14 17:32:46 +0200 |
commit | aba078c93f4966cf6be10fc02228323843b9249e (patch) | |
tree | ab08d081aa69b16757dbd5c67f487527558d12fe /OpenSim/Region/CoreModules | |
parent | Allow bypassing perms dialog (console only) (diff) | |
download | opensim-SC-aba078c93f4966cf6be10fc02228323843b9249e.zip opensim-SC-aba078c93f4966cf6be10fc02228323843b9249e.tar.gz opensim-SC-aba078c93f4966cf6be10fc02228323843b9249e.tar.bz2 opensim-SC-aba078c93f4966cf6be10fc02228323843b9249e.tar.xz |
Fix perms when linking an object. Set root part perms to the perms
of the link set to make the build floater behave consistently.
Fixes permissions exploit introduced on 23 August.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/InstantMessage/MessageTransferModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/InstantMessage/MessageTransferModule.cs b/OpenSim/Region/CoreModules/Avatar/InstantMessage/MessageTransferModule.cs index e962624..edd9707 100644 --- a/OpenSim/Region/CoreModules/Avatar/InstantMessage/MessageTransferModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/InstantMessage/MessageTransferModule.cs | |||
@@ -181,7 +181,7 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage | |||
181 | } | 181 | } |
182 | } | 182 | } |
183 | 183 | ||
184 | //m_log.DebugFormat("[INSTANT MESSAGE]: Delivering IM to {0} via XMLRPC", im.toAgentID); | 184 | m_log.DebugFormat("[INSTANT MESSAGE]: Delivering IM to {0} via XMLRPC", im.toAgentID); |
185 | 185 | ||
186 | SendGridInstantMessageViaXMLRPC(im, result); | 186 | SendGridInstantMessageViaXMLRPC(im, result); |
187 | } | 187 | } |