mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Fixed small inconsistency in config var name.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user