mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Really make module port selection work. Implement port setting in
LLProxyLoginModule.
This commit is contained in:
@@ -42,8 +42,10 @@ namespace OpenSim.Framework
|
||||
set { instance = value; }
|
||||
}
|
||||
|
||||
public IHttpServer GetHttpServer(uint port)
|
||||
public static IHttpServer GetHttpServer(uint port)
|
||||
{
|
||||
if (port == 0)
|
||||
return Instance;
|
||||
if (port == Instance.Port)
|
||||
return Instance;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user