diff options
author | UbitUmarov | 2012-08-16 15:26:16 +0100 |
---|---|---|
committer | UbitUmarov | 2012-08-16 15:26:16 +0100 |
commit | db3f0a37485bfecc831104d9dbcd397404364e79 (patch) | |
tree | bb1c5a03f42132cebfc386409f395605a5086aca /OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs | |
parent | Merge branch 'master' into careminster (diff) | |
download | opensim-SC-db3f0a37485bfecc831104d9dbcd397404364e79.zip opensim-SC-db3f0a37485bfecc831104d9dbcd397404364e79.tar.gz opensim-SC-db3f0a37485bfecc831104d9dbcd397404364e79.tar.bz2 opensim-SC-db3f0a37485bfecc831104d9dbcd397404364e79.tar.xz |
fix vs2010 build
Diffstat (limited to 'OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs')
-rw-r--r-- | OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs b/OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs index 9d12d47..a069838 100644 --- a/OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs +++ b/OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs | |||
@@ -65,7 +65,6 @@ namespace OpenSim.Services.AuthenticationService | |||
65 | public string Authenticate(UUID principalID, string password, int lifetime) | 65 | public string Authenticate(UUID principalID, string password, int lifetime) |
66 | { | 66 | { |
67 | UUID realID; | 67 | UUID realID; |
68 | |||
69 | return Authenticate(principalID, password, lifetime, out realID); | 68 | return Authenticate(principalID, password, lifetime, out realID); |
70 | } | 69 | } |
71 | 70 | ||