mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* Committing an extra bit of permissions for attaching to ensure that the perms are in line with project goals.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user