diff options
author | Melanie Thielker | 2009-07-25 16:55:11 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-07-25 16:55:11 +0000 |
commit | 7317bd76759e536794b1ec392e3655d87ae120f5 (patch) | |
tree | d7da4ee5e6eb59cc10506bcf4c4d29ceeaa72804 | |
parent | * Updates libOMV to version 0.7.0 (diff) | |
download | opensim-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 '')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 |
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 | ||