diff options
author | Diva Canto | 2010-08-03 16:33:56 -0700 |
---|---|---|
committer | Diva Canto | 2010-08-03 16:35:16 -0700 |
commit | fb23093087d35cb8dc67b951108d123e6ee2c478 (patch) | |
tree | c0d977232f498b5bfaea012f522a5439facd3b0d /OpenSim | |
parent | One more thing related to the previous commit. Must avoid all in-process remo... (diff) | |
download | opensim-SC_OLD-fb23093087d35cb8dc67b951108d123e6ee2c478.zip opensim-SC_OLD-fb23093087d35cb8dc67b951108d123e6ee2c478.tar.gz opensim-SC_OLD-fb23093087d35cb8dc67b951108d123e6ee2c478.tar.bz2 opensim-SC_OLD-fb23093087d35cb8dc67b951108d123e6ee2c478.tar.xz |
One more buglet related to the issue at hand.
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Services/HypergridService/GatekeeperService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/HypergridService/GatekeeperService.cs b/OpenSim/Services/HypergridService/GatekeeperService.cs index 82543ab..95efdde 100644 --- a/OpenSim/Services/HypergridService/GatekeeperService.cs +++ b/OpenSim/Services/HypergridService/GatekeeperService.cs | |||
@@ -73,7 +73,7 @@ namespace OpenSim.Services.HypergridService | |||
73 | throw new Exception(String.Format("No section GatekeeperService in config file")); | 73 | throw new Exception(String.Format("No section GatekeeperService in config file")); |
74 | 74 | ||
75 | string accountService = serverConfig.GetString("UserAccountService", String.Empty); | 75 | string accountService = serverConfig.GetString("UserAccountService", String.Empty); |
76 | string homeUsersService = serverConfig.GetString("HomeUsersSecurityService", string.Empty); | 76 | string homeUsersService = serverConfig.GetString("UserAgentService", string.Empty); |
77 | string gridService = serverConfig.GetString("GridService", String.Empty); | 77 | string gridService = serverConfig.GetString("GridService", String.Empty); |
78 | string presenceService = serverConfig.GetString("PresenceService", String.Empty); | 78 | string presenceService = serverConfig.GetString("PresenceService", String.Empty); |
79 | string simulationService = serverConfig.GetString("SimulationService", String.Empty); | 79 | string simulationService = serverConfig.GetString("SimulationService", String.Empty); |