HG: Renamed one method

This commit is contained in:
Diva Canto
2011-12-04 08:24:16 -08:00
parent a82aea53f8
commit 080dfcc9c9
5 changed files with 5 additions and 5 deletions

View File

@@ -243,7 +243,7 @@ namespace OpenSim.Services.HypergridService
// Make sure this is the user coming home, and not a foreign user with same UUID as a local user
if (m_UserAgentService != null)
{
if (!m_UserAgentService.AgentIsComingHome(aCircuit.SessionID, m_ExternalName))
if (!m_UserAgentService.IsAgentComingHome(aCircuit.SessionID, m_ExternalName))
{
// Can't do, sorry
reason = "Unauthorized";