* Committing an extra bit of permissions for attaching to ensure that the perms are in line with project goals.

This commit is contained in:
Teravus Ovares
2008-05-08 19:22:20 +00:00
parent 08ec34e4d3
commit 4b924f2eb6
2 changed files with 39 additions and 35 deletions

View File

@@ -425,10 +425,7 @@ namespace OpenSim.Framework
int totalLength = 1;
byte extraParamCount = data[i++];
if (extraParamCount > 0)
{
int foo = 0;
}
for (int k = 0; k < extraParamCount; k++)
{
ushort epType = Helpers.BytesToUInt16(data, i);