diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestScene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestScene.cs b/OpenSim/Tests/Common/Mock/TestScene.cs index 85031f7..076cb7a 100644 --- a/OpenSim/Tests/Common/Mock/TestScene.cs +++ b/OpenSim/Tests/Common/Mock/TestScene.cs | |||
@@ -56,7 +56,7 @@ namespace OpenSim.Tests.Common.Mock | |||
56 | /// | 56 | /// |
57 | /// <param name="agent"></param> | 57 | /// <param name="agent"></param> |
58 | /// <returns></returns> | 58 | /// <returns></returns> |
59 | public override bool AuthenticateUser(AgentCircuitData agent, out string reason) | 59 | public override bool VerifyUserPresence(AgentCircuitData agent, out string reason) |
60 | { | 60 | { |
61 | reason = String.Empty; | 61 | reason = String.Empty; |
62 | return true; | 62 | return true; |