diff options
author | Diva Canto | 2010-08-03 16:02:52 -0700 |
---|---|---|
committer | Diva Canto | 2010-08-03 16:03:50 -0700 |
commit | 62ffc566c336ebb59b5b0a8034f554fe33473f79 (patch) | |
tree | b96255a1e1aef3ab5b2837c0e983f63bb67bf3d5 /bin/config-include | |
parent | Weird (diff) | |
download | opensim-SC-62ffc566c336ebb59b5b0a8034f554fe33473f79.zip opensim-SC-62ffc566c336ebb59b5b0a8034f554fe33473f79.tar.gz opensim-SC-62ffc566c336ebb59b5b0a8034f554fe33473f79.tar.bz2 opensim-SC-62ffc566c336ebb59b5b0a8034f554fe33473f79.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/config-include')
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index e87270d..35e7da2 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -114,6 +114,8 @@ | |||
114 | ;; for the service | 114 | ;; for the service |
115 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" | 115 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" |
116 | GridService = "OpenSim.Services.GridService.dll:GridService" | 116 | GridService = "OpenSim.Services.GridService.dll:GridService" |
117 | GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService" | ||
118 | |||
117 | 119 | ||
118 | ;; The interface that local users get when they are in other grids | 120 | ;; The interface that local users get when they are in other grids |
119 | ;; This greatly restricts the inventory operations while in other grids | 121 | ;; This greatly restricts the inventory operations while in other grids |