* Change inventory archiver module to use profile cache

* Clean up some log messages
This commit is contained in:
Justin Clarke Casey
2009-04-17 19:11:03 +00:00
parent a29d7c9040
commit bd1b478f2c
3 changed files with 33 additions and 39 deletions

View File

@@ -292,7 +292,8 @@ namespace OpenSim.Framework.Communications.Services
}
}
protected virtual bool TryAuthenticateXmlRpcLogin(XmlRpcRequest request, string firstname, string lastname, out UserProfileData userProfile)
protected virtual bool TryAuthenticateXmlRpcLogin(
XmlRpcRequest request, string firstname, string lastname, out UserProfileData userProfile)
{
Hashtable requestData = (Hashtable)request.Params[0];