diff options
Diffstat (limited to 'OpenSim/Region/Communications/OGS1/OGS1GridServices.cs')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index 16e5d93..f4e858b 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | |||
@@ -645,8 +645,6 @@ namespace OpenSim.Region.Communications.OGS1 | |||
645 | MainLog.Instance.Debug(e.ToString()); | 645 | MainLog.Instance.Debug(e.ToString()); |
646 | return false; | 646 | return false; |
647 | } | 647 | } |
648 | |||
649 | return true; | ||
650 | } | 648 | } |
651 | /// <summary> | 649 | /// <summary> |
652 | /// | 650 | /// |
@@ -857,7 +855,7 @@ namespace OpenSim.Region.Communications.OGS1 | |||
857 | { | 855 | { |
858 | return m_localBackend.IncomingChildAgent(regionHandle, agentData); | 856 | return m_localBackend.IncomingChildAgent(regionHandle, agentData); |
859 | } | 857 | } |
860 | catch (RemotingException e) | 858 | catch (RemotingException) |
861 | { | 859 | { |
862 | //MainLog.Instance.Error("Remoting Error: Unable to connect to adjacent region.\n" + e.ToString()); | 860 | //MainLog.Instance.Error("Remoting Error: Unable to connect to adjacent region.\n" + e.ToString()); |
863 | return false; | 861 | return false; |