a null ref check left behind on previus commits

0.9.0-post-fixes
UbitUmarov 2017-05-28 02:11:40 +01:00
parent 572e84c822
commit d1306c8976
1 changed files with 2 additions and 1 deletions

View File

@ -2017,6 +2017,7 @@ namespace OpenSim.Framework.Servers.HttpServer
try
{
if(PollServiceRequestManager != null)
PollServiceRequestManager.Stop();
m_httpListener2.ExceptionThrown -= httpServerException;