From ed9cdbe99f8c108925417e53f7cf85bff4434491 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 25 Mar 2008 19:39:41 +0000 Subject: * Temporary hack to swallow neighbour contact problems on startup (in response to osgrid issues) * Not sure what the effect will be, but can't be any worse than the current constant sim crashes. --- OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs') diff --git a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs index 318b04a..2f81192 100644 --- a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs +++ b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs @@ -296,7 +296,10 @@ namespace OpenSim.Region.Environment.Scenes // FIXME: Okay, even though we've failed, we're still going to throw the exception on, // since I don't know what will happen if we just let the client continue - throw e; + + // XXX: Well, decided to swallow the exception instead for now. Let us see how that goes. + // throw e; + } } } -- cgit v1.1