mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
a null ref check left behind on previus commits
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user