diff options
author | Justin Clarke Casey | 2009-04-17 19:11:03 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-04-17 19:11:03 +0000 |
commit | bd1b478f2c89fc1696b9e8fc6c0deaa9581bd556 (patch) | |
tree | 43d93a3562aa3d47e2984fd873b728b9af02f108 /OpenSim/Framework/Communications | |
parent | * Use profile cache service for data snapshot (diff) | |
download | opensim-SC_OLD-bd1b478f2c89fc1696b9e8fc6c0deaa9581bd556.zip opensim-SC_OLD-bd1b478f2c89fc1696b9e8fc6c0deaa9581bd556.tar.gz opensim-SC_OLD-bd1b478f2c89fc1696b9e8fc6c0deaa9581bd556.tar.bz2 opensim-SC_OLD-bd1b478f2c89fc1696b9e8fc6c0deaa9581bd556.tar.xz |
* Change inventory archiver module to use profile cache
* Clean up some log messages
Diffstat (limited to 'OpenSim/Framework/Communications')
-rw-r--r-- | OpenSim/Framework/Communications/Services/LoginService.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Services/LoginService.cs b/OpenSim/Framework/Communications/Services/LoginService.cs index d491309..bb289e3 100644 --- a/OpenSim/Framework/Communications/Services/LoginService.cs +++ b/OpenSim/Framework/Communications/Services/LoginService.cs | |||
@@ -292,7 +292,8 @@ namespace OpenSim.Framework.Communications.Services | |||
292 | } | 292 | } |
293 | } | 293 | } |
294 | 294 | ||
295 | protected virtual bool TryAuthenticateXmlRpcLogin(XmlRpcRequest request, string firstname, string lastname, out UserProfileData userProfile) | 295 | protected virtual bool TryAuthenticateXmlRpcLogin( |
296 | XmlRpcRequest request, string firstname, string lastname, out UserProfileData userProfile) | ||
296 | { | 297 | { |
297 | Hashtable requestData = (Hashtable)request.Params[0]; | 298 | Hashtable requestData = (Hashtable)request.Params[0]; |
298 | 299 | ||