diff options
author | Diva Canto | 2010-01-10 17:19:40 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-10 17:19:40 -0800 |
commit | eb6d49e02ca89aa8a834fc964881e30eb17251a4 (patch) | |
tree | 4295c0b1a4abc2ee2246b40e6b9a6e6280e2f344 /OpenSim/Server/Handlers/Authentication | |
parent | Moved OpenId authentication from user server to Server.Handlers.Authentication. (diff) | |
download | opensim-SC_OLD-eb6d49e02ca89aa8a834fc964881e30eb17251a4.zip opensim-SC_OLD-eb6d49e02ca89aa8a834fc964881e30eb17251a4.tar.gz opensim-SC_OLD-eb6d49e02ca89aa8a834fc964881e30eb17251a4.tar.bz2 opensim-SC_OLD-eb6d49e02ca89aa8a834fc964881e30eb17251a4.tar.xz |
Fixed small inconsistency in config var name.
Diffstat (limited to 'OpenSim/Server/Handlers/Authentication')
-rw-r--r-- | OpenSim/Server/Handlers/Authentication/AuthenticationServerConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/Handlers/Authentication/AuthenticationServerConnector.cs b/OpenSim/Server/Handlers/Authentication/AuthenticationServerConnector.cs index 2abef0a..adb1e5b 100644 --- a/OpenSim/Server/Handlers/Authentication/AuthenticationServerConnector.cs +++ b/OpenSim/Server/Handlers/Authentication/AuthenticationServerConnector.cs | |||
@@ -49,7 +49,7 @@ namespace OpenSim.Server.Handlers.Authentication | |||
49 | if (serverConfig == null) | 49 | if (serverConfig == null) |
50 | throw new Exception(String.Format("No section '{0}' in config file", m_ConfigName)); | 50 | throw new Exception(String.Format("No section '{0}' in config file", m_ConfigName)); |
51 | 51 | ||
52 | string authenticationService = serverConfig.GetString("AuthenticationServiceModule", | 52 | string authenticationService = serverConfig.GetString("LocalServiceModule", |
53 | String.Empty); | 53 | String.Empty); |
54 | 54 | ||
55 | if (authenticationService == String.Empty) | 55 | if (authenticationService == String.Empty) |