aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/AuthenticationService/WebkeyAuthenticationService.cs
diff options
context:
space:
mode:
authorUbitUmarov2012-08-16 15:26:16 +0100
committerUbitUmarov2012-08-16 15:26:16 +0100
commitdb3f0a37485bfecc831104d9dbcd397404364e79 (patch)
treebb1c5a03f42132cebfc386409f395605a5086aca /OpenSim/Services/AuthenticationService/WebkeyAuthenticationService.cs
parentMerge branch 'master' into careminster (diff)
downloadopensim-SC-db3f0a37485bfecc831104d9dbcd397404364e79.zip
opensim-SC-db3f0a37485bfecc831104d9dbcd397404364e79.tar.gz
opensim-SC-db3f0a37485bfecc831104d9dbcd397404364e79.tar.bz2
opensim-SC-db3f0a37485bfecc831104d9dbcd397404364e79.tar.xz
fix vs2010 build
Diffstat (limited to '')
-rw-r--r--OpenSim/Services/AuthenticationService/WebkeyAuthenticationService.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Services/AuthenticationService/WebkeyAuthenticationService.cs b/OpenSim/Services/AuthenticationService/WebkeyAuthenticationService.cs
index 47b4fa6..1510168 100644
--- a/OpenSim/Services/AuthenticationService/WebkeyAuthenticationService.cs
+++ b/OpenSim/Services/AuthenticationService/WebkeyAuthenticationService.cs
@@ -63,7 +63,6 @@ namespace OpenSim.Services.AuthenticationService
63 public string Authenticate(UUID principalID, string password, int lifetime, out UUID realID) 63 public string Authenticate(UUID principalID, string password, int lifetime, out UUID realID)
64 { 64 {
65 realID = UUID.Zero; 65 realID = UUID.Zero;
66
67 return Authenticate(principalID, password, lifetime); 66 return Authenticate(principalID, password, lifetime);
68 } 67 }
69 68