Update svn properties. Add copyright header. Minor formatting cleanup.

This commit is contained in:
Jeff Ames
2008-11-30 00:51:40 +00:00
parent d579246257
commit 077314cdd3
5 changed files with 57 additions and 30 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( !TryAuthenticateXmlRpcLogin(request, firstname, lastname, out userProfile ) )
if (!TryAuthenticateXmlRpcLogin(request, firstname, lastname, out userProfile))
{
return logResponse.CreateLoginFailedResponse();
}