This should get rid of the infinite loop upon looking up users/agents by UUID in grid mode. Grr.
parent
8855c2e54c
commit
7d9d8eb90f
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue