diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Server/Base/HttpServerBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/Base/HttpServerBase.cs b/OpenSim/Server/Base/HttpServerBase.cs index 42a8c57..3357250 100644 --- a/OpenSim/Server/Base/HttpServerBase.cs +++ b/OpenSim/Server/Base/HttpServerBase.cs | |||
@@ -112,7 +112,7 @@ namespace OpenSim.Server.Base | |||
112 | MainServer.Instance = httpServer; | 112 | MainServer.Instance = httpServer; |
113 | 113 | ||
114 | // If https_listener = true, then add an ssl listener on the https_port... | 114 | // If https_listener = true, then add an ssl listener on the https_port... |
115 | if (ssl_listener == true) | 115 | if (ssl_listener == true) |
116 | { | 116 | { |
117 | uint https_port = (uint)networkConfig.GetInt("https_port", 0); | 117 | uint https_port = (uint)networkConfig.GetInt("https_port", 0); |
118 | 118 | ||