Forgot a return statement.

This commit is contained in:
Diva Canto
2009-09-28 11:17:34 -07:00
parent 9bdb585a93
commit 276b0a0cbe

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>();