mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
* Fixed compile issue.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user