This should get rid of the infinite loop upon looking up users/agents by UUID in grid mode. Grr.

This commit is contained in:
Diva Canto
2009-09-05 16:56:33 -07:00
parent 8855c2e54c
commit 7d9d8eb90f

View File

@@ -313,7 +313,7 @@ namespace OpenSim.Region.Communications.Hypergrid
public bool IsForeignUser(UUID userID, out string userServerURL)
{
userServerURL = string.Empty;
userServerURL = m_commsManager.NetworkServersInfo.UserURL;
CachedUserInfo uinfo = m_commsManager.UserProfileCacheService.GetUserDetails(userID);
if (uinfo != null)
{