mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* Attempt to resolve mantis 873 by placing caps removal operations in a critical section
This commit is contained in:
@@ -401,7 +401,7 @@ namespace OpenSim.Region.Capabilities
|
||||
{
|
||||
try
|
||||
{
|
||||
// m_log.DebugFormat("[CAPS]: request: {0}, path: {1}, param: {2}", request, path, param);
|
||||
//m_log.DebugFormat("[CAPS]: request: {0}, path: {1}, param: {2}", request, path, param);
|
||||
|
||||
Hashtable hash = (Hashtable) LLSD.LLSDDeserialize(Helpers.StringToField(request));
|
||||
LLSDTaskScriptUpdate llsdUpdateRequest = new LLSDTaskScriptUpdate();
|
||||
|
||||
Reference in New Issue
Block a user