diff options
author | Justin Clarke Casey | 2008-04-02 16:46:58 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-04-02 16:46:58 +0000 |
commit | f27f8610726b1e148d17e69c7fef34d2fc814bd3 (patch) | |
tree | db1d4c8fce9fa8edcf579f6275d3152d89792e43 /OpenSim/Framework | |
parent | fix ups to include OpenSim.Framework explicit includes (they (diff) | |
download | opensim-SC_OLD-f27f8610726b1e148d17e69c7fef34d2fc814bd3.zip opensim-SC_OLD-f27f8610726b1e148d17e69c7fef34d2fc814bd3.tar.gz opensim-SC_OLD-f27f8610726b1e148d17e69c7fef34d2fc814bd3.tar.bz2 opensim-SC_OLD-f27f8610726b1e148d17e69c7fef34d2fc814bd3.tar.xz |
* Attempt to resolve mantis 873 by placing caps removal operations in a critical section
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Communications/Capabilities/Caps.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Capabilities/Caps.cs b/OpenSim/Framework/Communications/Capabilities/Caps.cs index 66de991..53cad66 100644 --- a/OpenSim/Framework/Communications/Capabilities/Caps.cs +++ b/OpenSim/Framework/Communications/Capabilities/Caps.cs | |||
@@ -401,7 +401,7 @@ namespace OpenSim.Region.Capabilities | |||
401 | { | 401 | { |
402 | try | 402 | try |
403 | { | 403 | { |
404 | // m_log.DebugFormat("[CAPS]: request: {0}, path: {1}, param: {2}", request, path, param); | 404 | //m_log.DebugFormat("[CAPS]: request: {0}, path: {1}, param: {2}", request, path, param); |
405 | 405 | ||
406 | Hashtable hash = (Hashtable) LLSD.LLSDDeserialize(Helpers.StringToField(request)); | 406 | Hashtable hash = (Hashtable) LLSD.LLSDDeserialize(Helpers.StringToField(request)); |
407 | LLSDTaskScriptUpdate llsdUpdateRequest = new LLSDTaskScriptUpdate(); | 407 | LLSDTaskScriptUpdate llsdUpdateRequest = new LLSDTaskScriptUpdate(); |