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.
This commit is contained in:
Melanie
2012-10-14 17:32:46 +02:00
parent ce26730d4e
commit aba078c93f
5 changed files with 28 additions and 13 deletions

View File

@@ -181,7 +181,7 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
}
}
//m_log.DebugFormat("[INSTANT MESSAGE]: Delivering IM to {0} via XMLRPC", im.toAgentID);
m_log.DebugFormat("[INSTANT MESSAGE]: Delivering IM to {0} via XMLRPC", im.toAgentID);
SendGridInstantMessageViaXMLRPC(im, result);
}