only main http server listener should run events pool

0.9.1.0-post-fixes
UbitUmarov 2018-11-01 21:36:12 +00:00
parent 292a9c9cd7
commit 9e71b5575a
1 changed files with 1 additions and 1 deletions

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];
}