Add copyright headers. Minor formatting cleanup.

This commit is contained in:
Jeff Ames
2008-11-25 16:10:08 +00:00
parent 518a8b9f2a
commit de052c48d1
6 changed files with 71 additions and 17 deletions

View File

@@ -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();
}