aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Hypergrid
diff options
context:
space:
mode:
authorMelanie2009-09-06 04:29:21 +0100
committerMelanie2009-09-06 04:29:21 +0100
commit2303945b4e664cf81fc9a8eaa3c975cdda464b53 (patch)
tree09871a6288a382d01a276c1e30bb2f6a41af6ae1 /OpenSim/Region/Communications/Hypergrid
parentRevising the user account data interfaces. No user functionality yet (diff)
parentuh-hum. It might help if I remembered to save the file. (diff)
downloadopensim-SC_OLD-2303945b4e664cf81fc9a8eaa3c975cdda464b53.zip
opensim-SC_OLD-2303945b4e664cf81fc9a8eaa3c975cdda464b53.tar.gz
opensim-SC_OLD-2303945b4e664cf81fc9a8eaa3c975cdda464b53.tar.bz2
opensim-SC_OLD-2303945b4e664cf81fc9a8eaa3c975cdda464b53.tar.xz
Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Communications/Hypergrid')
-rw-r--r--OpenSim/Region/Communications/Hypergrid/HGUserServices.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/Hypergrid/HGUserServices.cs b/OpenSim/Region/Communications/Hypergrid/HGUserServices.cs
index aaa1c78..f1a56ef 100644
--- a/OpenSim/Region/Communications/Hypergrid/HGUserServices.cs
+++ b/OpenSim/Region/Communications/Hypergrid/HGUserServices.cs
@@ -313,7 +313,7 @@ namespace OpenSim.Region.Communications.Hypergrid
313 313
314 public bool IsForeignUser(UUID userID, out string userServerURL) 314 public bool IsForeignUser(UUID userID, out string userServerURL)
315 { 315 {
316 userServerURL = string.Empty; 316 userServerURL = m_commsManager.NetworkServersInfo.UserURL;
317 CachedUserInfo uinfo = m_commsManager.UserProfileCacheService.GetUserDetails(userID); 317 CachedUserInfo uinfo = m_commsManager.UserProfileCacheService.GetUserDetails(userID);
318 if (uinfo != null) 318 if (uinfo != null)
319 { 319 {