From be11cddc00c828bf1d6000e3b533d6f5600863cb Mon Sep 17 00:00:00 2001
From: Adam Frisby
Date: Wed, 18 Jul 2007 00:14:17 +0000
Subject: * Once more into the breach!

---
 OpenSim/Region/Communications/OGS1/OGS1InterSimComms.cs | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'OpenSim')

diff --git a/OpenSim/Region/Communications/OGS1/OGS1InterSimComms.cs b/OpenSim/Region/Communications/OGS1/OGS1InterSimComms.cs
index c2220d1..87d62c8 100644
--- a/OpenSim/Region/Communications/OGS1/OGS1InterSimComms.cs
+++ b/OpenSim/Region/Communications/OGS1/OGS1InterSimComms.cs
@@ -65,6 +65,7 @@ namespace OpenSim.Region.Communications.OGS1
             catch (System.Runtime.Remoting.RemotingException e)
             {
                 Console.WriteLine("Remoting Error: Unable to connect to remote region.\n" + e.ToString());
+                return false;
             }
         }
 
@@ -77,6 +78,7 @@ namespace OpenSim.Region.Communications.OGS1
             catch (System.Runtime.Remoting.RemotingException e)
             {
                 Console.WriteLine("Remoting Error: Unable to connect to remote region.\n" + e.ToString());
+                return false;
             }
         }
     }
-- 
cgit v1.1