Add the ability to use -console=rest to the region server. User

and pass are specified the same way as for the ROBUST server
This commit is contained in:
Melanie
2009-08-17 09:21:39 +01:00
parent dc0f0f5da8
commit 3d7bb7567c
5 changed files with 30 additions and 5 deletions

View File

@@ -185,7 +185,7 @@ namespace OpenSim.ConsoleClient
if (parts.Length != 3)
continue;
MainConsole.Instance.Output(parts[2], parts[1]);
MainConsole.Instance.Output(parts[2].Trim(), parts[1]);
}
Requester.MakeRequest(requestUrl, requestData, ReadResponses);