diff options
author | UbitUmarov | 2018-11-02 02:25:53 +0000 |
---|---|---|
committer | UbitUmarov | 2018-11-02 02:25:53 +0000 |
commit | 3e6342eb61dbdfebfd9d2c1db571002f40501ba2 (patch) | |
tree | 9407b090ee1b1bfd98da896dd80b876b5853ad4d /OpenSim | |
parent | fix lsl http url pool service not beeing removed (diff) | |
download | opensim-SC-3e6342eb61dbdfebfd9d2c1db571002f40501ba2.zip opensim-SC-3e6342eb61dbdfebfd9d2c1db571002f40501ba2.tar.gz opensim-SC-3e6342eb61dbdfebfd9d2c1db571002f40501ba2.tar.bz2 opensim-SC-3e6342eb61dbdfebfd9d2c1db571002f40501ba2.tar.xz |
fix lsl http url pool service still not starting correctly
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 |