diff options
Diffstat (limited to 'OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups')
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs index c8a10b5..68e6497 100644 --- a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs | |||
@@ -1159,12 +1159,13 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups | |||
1159 | m_log.WarnFormat("[GROUPS]: Could not find a user profile for {0} / {1}", client.Name, client.AgentId); | 1159 | m_log.WarnFormat("[GROUPS]: Could not find a user profile for {0} / {1}", client.Name, client.AgentId); |
1160 | 1160 | ||
1161 | // Default to local user service and hope for the best? | 1161 | // Default to local user service and hope for the best? |
1162 | info.RequestID.UserServiceURL = m_sceneList[0].CommsManager.NetworkServersInfo.UserURL; | 1162 | // REFACTORING PROBLEM |
1163 | //info.RequestID.UserServiceURL = m_sceneList[0].CommsManager.NetworkServersInfo.UserURL; | ||
1163 | 1164 | ||
1164 | } | 1165 | } |
1165 | else | 1166 | else |
1166 | { | 1167 | { |
1167 | string domain = m_sceneList[0].CommsManager.NetworkServersInfo.UserURL; | 1168 | string domain = string.Empty; //m_sceneList[0].CommsManager.NetworkServersInfo.UserURL; |
1168 | if (account.ServiceURLs["HomeURI"] != null) | 1169 | if (account.ServiceURLs["HomeURI"] != null) |
1169 | domain = account.ServiceURLs["HomeURI"].ToString(); | 1170 | domain = account.ServiceURLs["HomeURI"].ToString(); |
1170 | // They're a local user, use this: | 1171 | // They're a local user, use this: |