diff options
author | Adam Frisby | 2008-03-03 09:54:39 +0000 |
---|---|---|
committer | Adam Frisby | 2008-03-03 09:54:39 +0000 |
commit | 415fc22e5ea326dd104563044533d14d08612f5c (patch) | |
tree | 13345d2565757ca0358b4894c51b7c2f6e293e8b /OpenSim/Region/Communications/OGS1 | |
parent | * Fixed about Text in the profile in grid mode. (diff) | |
download | opensim-SC_OLD-415fc22e5ea326dd104563044533d14d08612f5c.zip opensim-SC_OLD-415fc22e5ea326dd104563044533d14d08612f5c.tar.gz opensim-SC_OLD-415fc22e5ea326dd104563044533d14d08612f5c.tar.bz2 opensim-SC_OLD-415fc22e5ea326dd104563044533d14d08612f5c.tar.xz |
* Removed a bunch of compiler warnings.
Diffstat (limited to 'OpenSim/Region/Communications/OGS1')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index 33b5f36..12c91ac 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | |||
@@ -1255,7 +1255,6 @@ namespace OpenSim.Region.Communications.OGS1 | |||
1255 | m_log.Error("Remoting Error: Unable to connect to adjacent region.\n" + e.ToString()); | 1255 | m_log.Error("Remoting Error: Unable to connect to adjacent region.\n" + e.ToString()); |
1256 | return false; | 1256 | return false; |
1257 | } | 1257 | } |
1258 | return false; | ||
1259 | } | 1258 | } |
1260 | 1259 | ||
1261 | /// <summary> | 1260 | /// <summary> |