mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
jenkins likes null httplisteners
This commit is contained in:
@@ -58,7 +58,7 @@ namespace OpenSim.Framework.Capabilities
|
||||
m_httpListener = httpListener;
|
||||
m_httpListenerHostName = httpListenerHostname;
|
||||
m_httpListenerPort = httpListenerPort;
|
||||
if (httpListener.UseSSL)
|
||||
if (httpListener != null && httpListener.UseSSL)
|
||||
m_useSSL = true;
|
||||
else
|
||||
m_useSSL = false;
|
||||
|
||||
Reference in New Issue
Block a user