Temporary fix for the region crossing crash, Although we need to start to change and improve how we handle caps.

This commit is contained in:
MW
2007-08-15 15:24:37 +00:00
parent 5699bb2e64
commit 217d511077
7 changed files with 154 additions and 125 deletions

View File

@@ -47,6 +47,11 @@ namespace OpenSim.Framework.Servers
protected int m_port;
protected bool m_firstcaps = true;
public int Port
{
get { return m_port; }
}
public BaseHttpServer(int port)
{
m_port = port;