diff options
author | Jeff Ames | 2008-11-25 16:10:08 +0000 |
---|---|---|
committer | Jeff Ames | 2008-11-25 16:10:08 +0000 |
commit | de052c48d1d59bd77651288066c2350b136eca8b (patch) | |
tree | 7cdd61f826a3257a87269fbeaf4127e94d23cf31 /OpenSim/Framework | |
parent | Update svn properties. (diff) | |
download | opensim-SC_OLD-de052c48d1d59bd77651288066c2350b136eca8b.zip opensim-SC_OLD-de052c48d1d59bd77651288066c2350b136eca8b.tar.gz opensim-SC_OLD-de052c48d1d59bd77651288066c2350b136eca8b.tar.bz2 opensim-SC_OLD-de052c48d1d59bd77651288066c2350b136eca8b.tar.xz |
Add copyright headers. Minor formatting cleanup.
Diffstat (limited to 'OpenSim/Framework')
-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 c3dcc90..d6d0e27 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( !TryAuthenticateUser(request, firstname, lastname, out userProfile ) ) | 155 | if (!TryAuthenticateUser(request, firstname, lastname, out userProfile)) |
156 | { | 156 | { |
157 | return logResponse.CreateLoginFailedResponse(); | 157 | return logResponse.CreateLoginFailedResponse(); |
158 | } | 158 | } |