aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorDiva Canto2010-08-03 16:33:56 -0700
committerDiva Canto2010-08-03 16:35:16 -0700
commitfb23093087d35cb8dc67b951108d123e6ee2c478 (patch)
treec0d977232f498b5bfaea012f522a5439facd3b0d /OpenSim
parentOne more thing related to the previous commit. Must avoid all in-process remo... (diff)
downloadopensim-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.cs2
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);