From de052c48d1d59bd77651288066c2350b136eca8b Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Tue, 25 Nov 2008 16:10:08 +0000 Subject: Add copyright headers. Minor formatting cleanup. --- OpenSim/Framework/Communications/LoginService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/Communications') diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs index c3dcc90..d6d0e27 100644 --- a/OpenSim/Framework/Communications/LoginService.cs +++ b/OpenSim/Framework/Communications/LoginService.cs @@ -152,7 +152,7 @@ namespace OpenSim.Framework.Communications m_log.DebugFormat( "[LOGIN]: XMLRPC Client is {0}, start location is {1}", clientVersion, startLocationRequest); - if( !TryAuthenticateUser(request, firstname, lastname, out userProfile ) ) + if (!TryAuthenticateUser(request, firstname, lastname, out userProfile)) { return logResponse.CreateLoginFailedResponse(); } -- cgit v1.1