diff options
author | Jeff Ames | 2008-11-30 00:51:40 +0000 |
---|---|---|
committer | Jeff Ames | 2008-11-30 00:51:40 +0000 |
commit | 077314cdd3b0acdebb2d39eb0c0108814313f8f0 (patch) | |
tree | 593de52b685729b35b4f2b05487ef7b15b327eb5 /OpenSim/Framework/Communications/LoginService.cs | |
parent | Explicitly Dispose() all cmd objects (diff) | |
download | opensim-SC_OLD-077314cdd3b0acdebb2d39eb0c0108814313f8f0.zip opensim-SC_OLD-077314cdd3b0acdebb2d39eb0c0108814313f8f0.tar.gz opensim-SC_OLD-077314cdd3b0acdebb2d39eb0c0108814313f8f0.tar.bz2 opensim-SC_OLD-077314cdd3b0acdebb2d39eb0c0108814313f8f0.tar.xz |
Update svn properties. Add copyright header. Minor formatting cleanup.
Diffstat (limited to 'OpenSim/Framework/Communications/LoginService.cs')
-rw-r--r-- | OpenSim/Framework/Communications/LoginService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs index 883f965..e4e00a7 100644 --- a/OpenSim/Framework/Communications/LoginService.cs +++ b/OpenSim/Framework/Communications/LoginService.cs | |||
@@ -152,7 +152,7 @@ namespace OpenSim.Framework.Communications | |||
152 | m_log.DebugFormat( | 152 | m_log.DebugFormat( |
153 | "[LOGIN]: XMLRPC Client is {0}, start location is {1}", clientVersion, startLocationRequest); | 153 | "[LOGIN]: XMLRPC Client is {0}, start location is {1}", clientVersion, startLocationRequest); |
154 | 154 | ||
155 | if( !TryAuthenticateXmlRpcLogin(request, firstname, lastname, out userProfile ) ) | 155 | if (!TryAuthenticateXmlRpcLogin(request, firstname, lastname, out userProfile)) |
156 | { | 156 | { |
157 | return logResponse.CreateLoginFailedResponse(); | 157 | return logResponse.CreateLoginFailedResponse(); |
158 | } | 158 | } |