diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Services/Connectors/UserAccounts/UserAccountServicesConnector.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Services/Connectors/UserAccounts/UserAccountServicesConnector.cs b/OpenSim/Services/Connectors/UserAccounts/UserAccountServicesConnector.cs index 5bc7a1c..68ae7bb 100644 --- a/OpenSim/Services/Connectors/UserAccounts/UserAccountServicesConnector.cs +++ b/OpenSim/Services/Connectors/UserAccounts/UserAccountServicesConnector.cs | |||
@@ -198,7 +198,7 @@ namespace OpenSim.Services.Connectors | |||
198 | accs = doGetMultiUserAccounts(scopeID, IDs, out multisuported); | 198 | accs = doGetMultiUserAccounts(scopeID, IDs, out multisuported); |
199 | if(multisuported) | 199 | if(multisuported) |
200 | return accs; | 200 | return accs; |
201 | 201 | ||
202 | // service does not do multi accounts so need to do it one by one | 202 | // service does not do multi accounts so need to do it one by one |
203 | 203 | ||
204 | UUID uuid = UUID.Zero; | 204 | UUID uuid = UUID.Zero; |
@@ -344,7 +344,7 @@ namespace OpenSim.Services.Connectors | |||
344 | 344 | ||
345 | return SendAndGetReply(sendData); | 345 | return SendAndGetReply(sendData); |
346 | } | 346 | } |
347 | 347 | ||
348 | private UserAccount SendAndGetReply(Dictionary<string, object> sendData) | 348 | private UserAccount SendAndGetReply(Dictionary<string, object> sendData) |
349 | { | 349 | { |
350 | string reply = string.Empty; | 350 | string reply = string.Empty; |