mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
Made BaseOpenSimServer.ShutdownSpecific() public. As the OpenSimBase.Shutdown() includes a Environment.Exit(0); which is not always wanted when shutting down, like from a windows service.
This commit is contained in:
@@ -179,7 +179,7 @@ namespace OpenSim.Grid.MessagingServer
|
||||
m_console.Notice("register - (Re-)registers with user-server. This might be necessary if the userserver crashed/restarted");
|
||||
}
|
||||
|
||||
protected override void ShutdownSpecific()
|
||||
public override void ShutdownSpecific()
|
||||
{
|
||||
msgsvc.deregisterWithUserServer();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user