From 359f84ee43d93b45610eb7fab308b8f1675a4d60 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 18 Feb 2008 18:48:55 +0000 Subject: * Output XmlRpc error message if user server gets a fault response from the region server on login * This will make it more obvious if one accidentally starts one's region server in standalone rather than grid mode but then tries to login to a grid (as I am wont to do) * We are now sending back a fault code (-32601) if no xmlrpc method is found rather than an ordinary message --- OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'OpenSim/Region/Communications') diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index 0a9a05c..f8cbe0f 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs @@ -450,7 +450,9 @@ namespace OpenSim.Region.Communications.OGS1 // Grid Request Processing /// - /// + /// Received from the user server when a user starts logging in. This call allows + /// the region to prepare for direct communication from the client. Sends back an empty + /// xmlrpc response on completion. /// /// /// -- cgit v1.1