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

remotes/origin/0.6.7-post-fixes
Diva Canto 2009-09-05 16:56:33 -07:00
parent 8855c2e54c
commit 7d9d8eb90f
1 changed files with 1 additions and 1 deletions

View File

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