diff options
author | Diva Canto | 2010-08-03 16:02:52 -0700 |
---|---|---|
committer | Diva Canto | 2010-08-03 16:02:52 -0700 |
commit | 239478f3a9b0f651b451282cd204269545b025d9 (patch) | |
tree | 98294f6b0ef742f020d4d4078a472b7b2a45db51 /bin/Robust.HG.ini.example | |
parent | Remove the (wrong) implementation if llPointAt. It never worked on the LL (diff) | |
download | opensim-SC_OLD-239478f3a9b0f651b451282cd204269545b025d9.zip opensim-SC_OLD-239478f3a9b0f651b451282cd204269545b025d9.tar.gz opensim-SC_OLD-239478f3a9b0f651b451282cd204269545b025d9.tar.bz2 opensim-SC_OLD-239478f3a9b0f651b451282cd204269545b025d9.tar.xz |
Bug fix (HG): mantis #4891. This doesn't actually fix the underlying bug, but it clears up the circular dependency issue between Gatekeeper and UserAgents that had made me resort to in-process remote calls, which, in turn, were hitting bugs down there somewhere in mono.
NOTE: CONFIGURATION CHANGE IN ROBUST.HG.INI.EXAMPLE !!!###!!!
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 0cf9ab1..9269e39 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -207,6 +207,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
207 | ;; for the service | 207 | ;; for the service |
208 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" | 208 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" |
209 | GridService = "OpenSim.Services.GridService.dll:GridService" | 209 | GridService = "OpenSim.Services.GridService.dll:GridService" |
210 | GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService" | ||
210 | 211 | ||
211 | ;; The interface that local users get when they are in other grids. | 212 | ;; The interface that local users get when they are in other grids. |
212 | ;; This restricts the inventory operations while in other grids. | 213 | ;; This restricts the inventory operations while in other grids. |