diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Application/RegionApplicationBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/RegionApplicationBase.cs b/OpenSim/Region/Application/RegionApplicationBase.cs index 0112c1e..ddff104 100644 --- a/OpenSim/Region/Application/RegionApplicationBase.cs +++ b/OpenSim/Region/Application/RegionApplicationBase.cs | |||
@@ -113,7 +113,7 @@ namespace OpenSim | |||
113 | m_networkServersInfo.cert_pass); | 113 | m_networkServersInfo.cert_pass); |
114 | 114 | ||
115 | m_log.InfoFormat("[REGION SERVER]: Starting OOB HTTPS server on port {0}", server.SSLPort); | 115 | m_log.InfoFormat("[REGION SERVER]: Starting OOB HTTPS server on port {0}", server.SSLPort); |
116 | server.Start(false, false); | 116 | server.Start(true, true); |
117 | MainServer.AddHttpServer(server); | 117 | MainServer.AddHttpServer(server); |
118 | } | 118 | } |
119 | else | 119 | else |