Forgot a return statement.

0.6.8-post-fixes
Diva Canto 2009-09-28 11:17:34 -07:00
parent 9bdb585a93
commit 276b0a0cbe
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ namespace OpenSim.Server.Handlers.Grid
if ((versionNumberMin > ProtocolVersions.ServerProtocolVersionMax && versionNumberMax < ProtocolVersions.ServerProtocolVersionMax))
{
// Can't do, there is no overlap in the acceptable ranges
FailureResult();
return FailureResult();
}
Dictionary<string, object> rinfoData = new Dictionary<string, object>();