aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorMelanie2010-04-30 11:46:50 +0100
committerMelanie2010-04-30 11:48:09 +0100
commit04845c1898fee6a8b8563a8103b73cbe38525416 (patch)
treee7ac2e5a4277c1f964b1080839f530ed57bcb9f3 /OpenSim/Region/ClientStack
parentSlightly tweak README to account for the fact that first-time standalone user... (diff)
downloadopensim-SC_OLD-04845c1898fee6a8b8563a8103b73cbe38525416.zip
opensim-SC_OLD-04845c1898fee6a8b8563a8103b73cbe38525416.tar.gz
opensim-SC_OLD-04845c1898fee6a8b8563a8103b73cbe38525416.tar.bz2
opensim-SC_OLD-04845c1898fee6a8b8563a8103b73cbe38525416.tar.xz
Fix link security issue
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 8b81377..2ab713d 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -6084,7 +6084,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
6084 DelinkObjects handlerDelinkObjects = OnDelinkObjects; 6084 DelinkObjects handlerDelinkObjects = OnDelinkObjects;
6085 if (handlerDelinkObjects != null) 6085 if (handlerDelinkObjects != null)
6086 { 6086 {
6087 handlerDelinkObjects(prims); 6087 handlerDelinkObjects(prims, this);
6088 } 6088 }
6089 6089
6090 return true; 6090 return true;