diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Capabilities/CapsHandlers.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Capabilities/CapsHandlers.cs b/OpenSim/Capabilities/CapsHandlers.cs index 6ec375b..6d3b9b5 100644 --- a/OpenSim/Capabilities/CapsHandlers.cs +++ b/OpenSim/Capabilities/CapsHandlers.cs | |||
@@ -58,7 +58,7 @@ namespace OpenSim.Framework.Capabilities | |||
58 | m_httpListener = httpListener; | 58 | m_httpListener = httpListener; |
59 | m_httpListenerHostName = httpListenerHostname; | 59 | m_httpListenerHostName = httpListenerHostname; |
60 | m_httpListenerPort = httpListenerPort; | 60 | m_httpListenerPort = httpListenerPort; |
61 | if (httpListener.UseSSL) | 61 | if (httpListener != null && httpListener.UseSSL) |
62 | m_useSSL = true; | 62 | m_useSSL = true; |
63 | else | 63 | else |
64 | m_useSSL = false; | 64 | m_useSSL = false; |