From fb258c5ed98a1b7b1046e7387d8f130f7a4587d3 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Thu, 12 Mar 2009 15:28:30 +0000 Subject: Update svn properties, formatting cleanup. --- OpenSim/Framework/Communications/LoginService.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenSim/Framework/Communications/LoginService.cs') diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs index 278ea43..92bf83f 100644 --- a/OpenSim/Framework/Communications/LoginService.cs +++ b/OpenSim/Framework/Communications/LoginService.cs @@ -318,7 +318,7 @@ namespace OpenSim.Framework.Communications return GoodLogin; } - protected virtual bool TryAuthenticateLLSDLogin( string firstname, string lastname, string passwd, out UserProfileData userProfile) + protected virtual bool TryAuthenticateLLSDLogin(string firstname, string lastname, string passwd, out UserProfileData userProfile) { bool GoodLogin = false; userProfile = GetTheUser(firstname, lastname); @@ -369,7 +369,7 @@ namespace OpenSim.Framework.Communications } m_log.Info("[LOGIN]: LLSD Login Requested for: '" + firstname+"' '"+lastname+"' / "+passwd); - if (!TryAuthenticateLLSDLogin( firstname, lastname, passwd, out userProfile)) + if (!TryAuthenticateLLSDLogin(firstname, lastname, passwd, out userProfile)) { return logResponse.CreateLoginFailedResponseLLSD(); } @@ -985,7 +985,7 @@ namespace OpenSim.Framework.Communications m_log.Error("[LOGIN]: Sending user to default region " + defaultHandle + " instead"); regionInfo = GetRegionInfo(defaultHandle); - if( regionInfo == null ) + if (regionInfo == null) { m_log.ErrorFormat("[LOGIN]: No default region available. Aborting."); return false; -- cgit v1.1