diff options
author | Justin Clarke Casey | 2008-02-18 18:48:55 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-02-18 18:48:55 +0000 |
commit | 359f84ee43d93b45610eb7fab308b8f1675a4d60 (patch) | |
tree | 2471562467aaac5acaf24a39c96f8fd621ec60f1 /OpenSim/Region/Communications | |
parent | * Fixed a land manager exception or two with Math.Max(255,Math.Min(0,val)) (diff) | |
download | opensim-SC_OLD-359f84ee43d93b45610eb7fab308b8f1675a4d60.zip opensim-SC_OLD-359f84ee43d93b45610eb7fab308b8f1675a4d60.tar.gz opensim-SC_OLD-359f84ee43d93b45610eb7fab308b8f1675a4d60.tar.bz2 opensim-SC_OLD-359f84ee43d93b45610eb7fab308b8f1675a4d60.tar.xz |
* 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
Diffstat (limited to 'OpenSim/Region/Communications')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 4 |
1 files changed, 3 insertions, 1 deletions
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 | |||
450 | 450 | ||
451 | // Grid Request Processing | 451 | // Grid Request Processing |
452 | /// <summary> | 452 | /// <summary> |
453 | /// | 453 | /// Received from the user server when a user starts logging in. This call allows |
454 | /// the region to prepare for direct communication from the client. Sends back an empty | ||
455 | /// xmlrpc response on completion. | ||
454 | /// </summary> | 456 | /// </summary> |
455 | /// <param name="request"></param> | 457 | /// <param name="request"></param> |
456 | /// <returns></returns> | 458 | /// <returns></returns> |