mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
Unit test breakage fix.
This commit is contained in:
@@ -74,7 +74,7 @@ namespace OpenSim.Framework.Capabilities
|
||||
m_httpListenerHostName = httpListenerHostname;
|
||||
m_httpListenerPort = httpListenerPort;
|
||||
m_useSSL = https;
|
||||
if (m_useSSL)
|
||||
if (httpListener != null && m_useSSL)
|
||||
{
|
||||
m_httpListenerHostName = httpListener.SSLCommonName;
|
||||
m_httpListenerPort = httpListener.SSLPort;
|
||||
|
||||
Reference in New Issue
Block a user