From 7317bd76759e536794b1ec392e3655d87ae120f5 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Sat, 25 Jul 2009 16:55:11 +0000 Subject: Correct an issue in group packet sending that causes a nullref with libomv-0.7. --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Region') 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 Groupupdate.GroupData = Groups; } + Groupupdate.AgentData = new AgentGroupDataUpdatePacket.AgentDataBlock(); Groupupdate.AgentData.AgentID = AgentId; OutPacket(Groupupdate, ThrottleOutPacketType.Task); -- cgit v1.1