aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorMelanie Thielker2009-07-25 16:55:11 +0000
committerMelanie Thielker2009-07-25 16:55:11 +0000
commit7317bd76759e536794b1ec392e3655d87ae120f5 (patch)
treed7da4ee5e6eb59cc10506bcf4c4d29ceeaa72804 /OpenSim/Region
parent* Updates libOMV to version 0.7.0 (diff)
downloadopensim-SC_OLD-7317bd76759e536794b1ec392e3655d87ae120f5.zip
opensim-SC_OLD-7317bd76759e536794b1ec392e3655d87ae120f5.tar.gz
opensim-SC_OLD-7317bd76759e536794b1ec392e3655d87ae120f5.tar.bz2
opensim-SC_OLD-7317bd76759e536794b1ec392e3655d87ae120f5.tar.xz
Correct an issue in group packet sending that causes a nullref with
libomv-0.7.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 9d839ab..bd3ac19 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -9794,6 +9794,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
9794 Groupupdate.GroupData = Groups; 9794 Groupupdate.GroupData = Groups;
9795 9795
9796 } 9796 }
9797 Groupupdate.AgentData = new AgentGroupDataUpdatePacket.AgentDataBlock();
9797 Groupupdate.AgentData.AgentID = AgentId; 9798 Groupupdate.AgentData.AgentID = AgentId;
9798 OutPacket(Groupupdate, ThrottleOutPacketType.Task); 9799 OutPacket(Groupupdate, ThrottleOutPacketType.Task);
9799 9800