Fixed a zerodecoding bug introduced in r710
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@712 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -305,7 +305,8 @@ namespace libsecondlife
|
||||
try
|
||||
{
|
||||
Array.Copy(src, 0, dest, 0, 4);
|
||||
zerolen += 4;
|
||||
zerolen = 4;
|
||||
bodylen = srclen;
|
||||
|
||||
//if ((src[0] & MSG_APPENDED_ACKS) == 0)
|
||||
//{
|
||||
|
||||
Reference in New Issue
Block a user