aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs
diff options
context:
space:
mode:
authorubit2012-08-16 16:27:01 +0200
committerubit2012-08-16 16:27:01 +0200
commit998bd48d98d47670b1e199c195652ccc74758590 (patch)
treea2cdb20d8786d27c57b9617d832ce27ab65bee0f /OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs
parentMerge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff)
parentfix vs2010 build (diff)
downloadopensim-SC_OLD-998bd48d98d47670b1e199c195652ccc74758590.zip
opensim-SC_OLD-998bd48d98d47670b1e199c195652ccc74758590.tar.gz
opensim-SC_OLD-998bd48d98d47670b1e199c195652ccc74758590.tar.bz2
opensim-SC_OLD-998bd48d98d47670b1e199c195652ccc74758590.tar.xz
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to '')
-rw-r--r--OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs1
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