mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
fission UserAccountService.HandleCreateUser() into two methods, one which handles user command parsing and another which actually does the work
This commit is contained in:
@@ -61,7 +61,7 @@ namespace OpenSim.Server
|
||||
string connList = serverConfig.GetString("ServiceConnectors", String.Empty);
|
||||
string[] conns = connList.Split(new char[] {',', ' '});
|
||||
|
||||
int i = 0;
|
||||
// int i = 0;
|
||||
foreach (string c in conns)
|
||||
{
|
||||
if (c == String.Empty)
|
||||
|
||||
Reference in New Issue
Block a user