aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP
diff options
context:
space:
mode:
authorMelanie2010-04-30 11:48:57 +0100
committerMelanie2010-04-30 11:48:57 +0100
commit8b70477556a5467868bf6b771da8bb5a366f3160 (patch)
treef44e1e120072848270abc38e9eee374b2d5792c0 /OpenSim/Region/ClientStack/LindenUDP
parentFix Av jump motion S/W (diff)
parentFix link security issue (diff)
downloadopensim-SC_OLD-8b70477556a5467868bf6b771da8bb5a366f3160.zip
opensim-SC_OLD-8b70477556a5467868bf6b771da8bb5a366f3160.tar.gz
opensim-SC_OLD-8b70477556a5467868bf6b771da8bb5a366f3160.tar.bz2
opensim-SC_OLD-8b70477556a5467868bf6b771da8bb5a366f3160.tar.xz
Merge branch '0.6.9-post-fixes' into careminster
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP')
-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 731dc8e..5c774b5 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -6071,7 +6071,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
6071 DelinkObjects handlerDelinkObjects = OnDelinkObjects; 6071 DelinkObjects handlerDelinkObjects = OnDelinkObjects;
6072 if (handlerDelinkObjects != null) 6072 if (handlerDelinkObjects != null)
6073 { 6073 {
6074 handlerDelinkObjects(prims); 6074 handlerDelinkObjects(prims, this);
6075 } 6075 }
6076 6076
6077 return true; 6077 return true;