Comment the asset deletion handler. It can be abused and is not currently
needed.avinationmerge
parent
e3dbd79543
commit
6772c9d2b6
|
@ -63,7 +63,7 @@ namespace OpenSim.Server.Handlers.Asset
|
||||||
|
|
||||||
if (p.Length > 0)
|
if (p.Length > 0)
|
||||||
{
|
{
|
||||||
result = m_AssetService.Delete(p[0]);
|
// result = m_AssetService.Delete(p[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
XmlSerializer xs = new XmlSerializer(typeof(bool));
|
XmlSerializer xs = new XmlSerializer(typeof(bool));
|
||||||
|
|
Loading…
Reference in New Issue