Fixed small inconsistency in config var name.

This commit is contained in:
Diva Canto
2010-01-10 17:19:40 -08:00
parent b0bbe861cd
commit eb6d49e02c
2 changed files with 6 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ namespace OpenSim.Server.Handlers.Authentication
if (serverConfig == null)
throw new Exception(String.Format("No section '{0}' in config file", m_ConfigName));
string authenticationService = serverConfig.GetString("AuthenticationServiceModule",
string authenticationService = serverConfig.GetString("LocalServiceModule",
String.Empty);
if (authenticationService == String.Empty)