mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Merge branch 'master' into httptests
This commit is contained in:
@@ -33,6 +33,7 @@ using System.Net;
|
||||
using System.Net.Security;
|
||||
using System.Security.Cryptography.X509Certificates;
|
||||
using System.Collections.Generic;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Framework.Servers;
|
||||
using OpenSim.Framework.Servers.HttpServer;
|
||||
using OpenSim.Server.Base;
|
||||
@@ -188,6 +189,11 @@ namespace OpenSim.Server
|
||||
|
||||
int res = m_Server.Run();
|
||||
|
||||
if(m_Server != null)
|
||||
m_Server.Shutdown();
|
||||
|
||||
Util.StopThreadPool();
|
||||
|
||||
Environment.Exit(res);
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user