aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
diff options
context:
space:
mode:
authorubit2012-09-26 17:18:31 +0200
committerubit2012-09-26 17:18:31 +0200
commitb07b29c2475c3140601167277250d62ec03334a6 (patch)
tree9612b8640d89bdb9642f6fc2d5814fe5b7a87776 /OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
parentMerge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff)
parentjust remove the damm thing (diff)
downloadopensim-SC-b07b29c2475c3140601167277250d62ec03334a6.zip
opensim-SC-b07b29c2475c3140601167277250d62ec03334a6.tar.gz
opensim-SC-b07b29c2475c3140601167277250d62ec03334a6.tar.bz2
opensim-SC-b07b29c2475c3140601167277250d62ec03334a6.tar.xz
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
index 0f305b1..0caeddf 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
@@ -150,7 +150,7 @@ namespace OpenSim.Region.ClientStack.Linden
150 base(null, null, null, null, pId, int.MaxValue) 150 base(null, null, null, null, pId, int.MaxValue)
151 { 151 {
152 HasEvents = (x, y) => { lock (responses) return responses.ContainsKey(x); }; 152 HasEvents = (x, y) => { lock (responses) return responses.ContainsKey(x); };
153 GetEvents = (x, y, s) => 153 GetEvents = (x, y) =>
154 { 154 {
155 lock (responses) 155 lock (responses)
156 { 156 {