diff options
author | Melanie | 2010-04-30 11:46:50 +0100 |
---|---|---|
committer | Melanie | 2010-04-30 11:48:09 +0100 |
commit | 04845c1898fee6a8b8563a8103b73cbe38525416 (patch) | |
tree | e7ac2e5a4277c1f964b1080839f530ed57bcb9f3 /OpenSim/Region/ClientStack/LindenUDP | |
parent | Slightly tweak README to account for the fact that first-time standalone user... (diff) | |
download | opensim-SC-04845c1898fee6a8b8563a8103b73cbe38525416.zip opensim-SC-04845c1898fee6a8b8563a8103b73cbe38525416.tar.gz opensim-SC-04845c1898fee6a8b8563a8103b73cbe38525416.tar.bz2 opensim-SC-04845c1898fee6a8b8563a8103b73cbe38525416.tar.xz |
Fix link security issue
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
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; |