diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index b802308..54dd51d 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -734,7 +734,7 @@ namespace OpenSim | |||
734 | /// <summary> | 734 | /// <summary> |
735 | /// Performs any last-minute sanity checking and shuts down the region server | 735 | /// Performs any last-minute sanity checking and shuts down the region server |
736 | /// </summary> | 736 | /// </summary> |
737 | public override void Shutdown() | 737 | protected override void ShutdownSpecific() |
738 | { | 738 | { |
739 | if (proxyUrl.Length > 0) | 739 | if (proxyUrl.Length > 0) |
740 | { | 740 | { |
@@ -755,8 +755,6 @@ namespace OpenSim | |||
755 | { | 755 | { |
756 | m_log.ErrorFormat("[SHUTDOWN]: Ignoring failure during shutdown - {0}", e); | 756 | m_log.ErrorFormat("[SHUTDOWN]: Ignoring failure during shutdown - {0}", e); |
757 | } | 757 | } |
758 | |||
759 | base.Shutdown(); | ||
760 | } | 758 | } |
761 | 759 | ||
762 | /// <summary> | 760 | /// <summary> |