mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
* Change inventory archiver module to use profile cache
* Clean up some log messages
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user