a null ref check left behind on previus commits

This commit is contained in:
UbitUmarov
2017-05-28 02:11:40 +01:00
parent 572e84c822
commit d1306c8976

View File

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