The region proxy for the load balancer module works again. The incoming proxy messages were not properly decoded.

This commit is contained in:
Johan Berntsson
2008-11-10 09:50:05 +00:00
parent 0d02f53f87
commit 22b70495ab
2 changed files with 20 additions and 16 deletions

View File

@@ -47,12 +47,6 @@ namespace OpenSim.Framework
{
bytes[numBytes++] = b;
}
int x = numBytes;
DecodeProxyMessage(bytes, ref numBytes);
numBytes = x;
}
public static IPEndPoint DecodeProxyMessage(byte[] bytes, ref int numBytes)