* Fixed compile issue.

afrisby
Adam Frisby 2007-12-04 07:56:23 +00:00
parent 7d5f032203
commit e820159fb5
1 changed files with 1 additions and 1 deletions

View File

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