* Fixed compile issue.

This commit is contained in:
Adam Frisby
2007-12-04 07:56:23 +00:00
parent 7d5f032203
commit e820159fb5

View File

@@ -61,7 +61,7 @@ namespace OpenSim.Framework.Servers
public BaseHttpServer(int port, bool ssl)
{
m_ssl = ssl;
BaseHttpServer(port);
m_port = port;
}
public void AddStreamHandler(IRequestHandler handler)