Merge branch 'master' into careminster

This commit is contained in:
Melanie
2012-12-09 21:27:32 +00:00
23 changed files with 1356 additions and 94 deletions

View File

@@ -222,5 +222,13 @@ namespace OpenSim.Data.Null
return true;
}
public bool VerifyAgent(UUID agentId, UUID secureSessionID)
{
if (Instance != this)
return Instance.VerifyAgent(agentId, secureSessionID);
return false;
}
}
}