aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Services/LoginService.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-04-17 19:11:03 +0000
committerJustin Clarke Casey2009-04-17 19:11:03 +0000
commitbd1b478f2c89fc1696b9e8fc6c0deaa9581bd556 (patch)
tree43d93a3562aa3d47e2984fd873b728b9af02f108 /OpenSim/Framework/Communications/Services/LoginService.cs
parent* Use profile cache service for data snapshot (diff)
downloadopensim-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 '')
-rw-r--r--OpenSim/Framework/Communications/Services/LoginService.cs3
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