mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Add copyright headers. Minor formatting cleanup.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user