diff options
author | Justin Clarke Casey | 2008-03-23 21:32:30 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-03-23 21:32:30 +0000 |
commit | ca6e5570750b7f5dc37e762db2d2239a50923ea8 (patch) | |
tree | 4acf1b1b6d2ae33de3f36e3223703e41100f3a72 /OpenSim | |
parent | * Start passing around a region server's http port in RegionInfo. (diff) | |
download | opensim-SC_OLD-ca6e5570750b7f5dc37e762db2d2239a50923ea8.zip opensim-SC_OLD-ca6e5570750b7f5dc37e762db2d2239a50923ea8.tar.gz opensim-SC_OLD-ca6e5570750b7f5dc37e762db2d2239a50923ea8.tar.bz2 opensim-SC_OLD-ca6e5570750b7f5dc37e762db2d2239a50923ea8.tar.xz |
* minor: check in the rest of a comment I forgot to finish off in the last revision
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Framework/Communications/LoginService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs index 3e3216f..c04e8b9 100644 --- a/OpenSim/Framework/Communications/LoginService.cs +++ b/OpenSim/Framework/Communications/LoginService.cs | |||
@@ -73,7 +73,7 @@ namespace OpenSim.Framework.UserManagement | |||
73 | } | 73 | } |
74 | 74 | ||
75 | /// <summary> | 75 | /// <summary> |
76 | /// Called when we receive the client's initial | 76 | /// Called when we receive the client's initial XMLRPC login_to_simulator request message |
77 | /// </summary> | 77 | /// </summary> |
78 | /// <param name="request">The XMLRPC request</param> | 78 | /// <param name="request">The XMLRPC request</param> |
79 | /// <returns>The response to send</returns> | 79 | /// <returns>The response to send</returns> |