LIBOMV-479 Fixes missing instantiation in GridProxy causing exceptions to be thrown, Thanks Diva Canto for the patch
git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2579 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -1365,6 +1365,7 @@ namespace GridProxy
|
||||
|
||||
for (int i = 0; i < packet.Header.AckList.Length; ++i)
|
||||
{
|
||||
seperate.Packets[i] = new PacketAckPacket.PacketsBlock();
|
||||
seperate.Packets[i].ID = packet.Header.AckList[i];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user