diff options
Diffstat (limited to 'OpenSim/Framework/Communications/Services/LoginService.cs')
-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 | ||