only main http server listener should run events pool

This commit is contained in:
UbitUmarov
2018-11-01 21:36:12 +00:00
parent 292a9c9cd7
commit 9e71b5575a

View File

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