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/Region/CoreModules | |
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/Region/CoreModules')
-rw-r--r-- | OpenSim/Region/CoreModules/ServiceConnectorsOut/Authentication/LocalAuthenticationServiceConnector.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Authentication/LocalAuthenticationServiceConnector.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Authentication/LocalAuthenticationServiceConnector.cs index 25ee4c6..d809ac2 100644 --- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Authentication/LocalAuthenticationServiceConnector.cs +++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Authentication/LocalAuthenticationServiceConnector.cs | |||
@@ -140,6 +140,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Authentication | |||
140 | public string Authenticate(UUID principalID, string password, int lifetime, out UUID realID) | 140 | public string Authenticate(UUID principalID, string password, int lifetime, out UUID realID) |
141 | { | 141 | { |
142 | // Not implemented at the regions | 142 | // Not implemented at the regions |
143 | realID = UUID.Zero; | ||
143 | return string.Empty; | 144 | return string.Empty; |
144 | } | 145 | } |
145 | 146 | ||