forgot about lsl secure urls service.. so lets try another way for now (mantis 8382)

This commit is contained in:
UbitUmarov
2018-11-02 00:08:34 +00:00
parent 9e71b5575a
commit 1ea5116f00
2 changed files with 3 additions and 3 deletions

View File

@@ -364,7 +364,7 @@ namespace OpenSim.Framework.Servers
if (ipaddr != null)
m_Servers[port].ListenIPAddress = ipaddr;
m_Servers[port].Start(false, false);
m_Servers[port].Start();
return m_Servers[port];
}