aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/LoginService.cs
diff options
context:
space:
mode:
authorJeff Ames2008-11-30 00:51:40 +0000
committerJeff Ames2008-11-30 00:51:40 +0000
commit077314cdd3b0acdebb2d39eb0c0108814313f8f0 (patch)
tree593de52b685729b35b4f2b05487ef7b15b327eb5 /OpenSim/Framework/Communications/LoginService.cs
parentExplicitly Dispose() all cmd objects (diff)
downloadopensim-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.cs2
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 }