diff options
author | Justin Clark-Casey (justincc) | 2010-05-28 21:14:15 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-05-28 21:14:15 +0100 |
commit | 505cb82dee27fc1b681fd7c4b6f904ef18315995 (patch) | |
tree | 1499973e425cd2ef08d8e7227e8efa511a03e955 /OpenSim/Server/ServerMain.cs | |
parent | If a command has descriptive help, add a line above and below the print out f... (diff) | |
download | opensim-SC_OLD-505cb82dee27fc1b681fd7c4b6f904ef18315995.zip opensim-SC_OLD-505cb82dee27fc1b681fd7c4b6f904ef18315995.tar.gz opensim-SC_OLD-505cb82dee27fc1b681fd7c4b6f904ef18315995.tar.bz2 opensim-SC_OLD-505cb82dee27fc1b681fd7c4b6f904ef18315995.tar.xz |
fission UserAccountService.HandleCreateUser() into two methods, one which handles user command parsing and another which actually does the work
Diffstat (limited to 'OpenSim/Server/ServerMain.cs')
-rw-r--r-- | OpenSim/Server/ServerMain.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/ServerMain.cs b/OpenSim/Server/ServerMain.cs index d3e65a4..9503c4c 100644 --- a/OpenSim/Server/ServerMain.cs +++ b/OpenSim/Server/ServerMain.cs | |||
@@ -61,7 +61,7 @@ namespace OpenSim.Server | |||
61 | string connList = serverConfig.GetString("ServiceConnectors", String.Empty); | 61 | string connList = serverConfig.GetString("ServiceConnectors", String.Empty); |
62 | string[] conns = connList.Split(new char[] {',', ' '}); | 62 | string[] conns = connList.Split(new char[] {',', ' '}); |
63 | 63 | ||
64 | int i = 0; | 64 | // int i = 0; |
65 | foreach (string c in conns) | 65 | foreach (string c in conns) |
66 | { | 66 | { |
67 | if (c == String.Empty) | 67 | if (c == String.Empty) |