diff options
Diffstat (limited to 'OpenSim/Region/Communications/Hypergrid/HGCommunicationsGridMode.cs')
-rw-r--r-- | OpenSim/Region/Communications/Hypergrid/HGCommunicationsGridMode.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/OpenSim/Region/Communications/Hypergrid/HGCommunicationsGridMode.cs b/OpenSim/Region/Communications/Hypergrid/HGCommunicationsGridMode.cs index 0e7ab9b..99a4057 100644 --- a/OpenSim/Region/Communications/Hypergrid/HGCommunicationsGridMode.cs +++ b/OpenSim/Region/Communications/Hypergrid/HGCommunicationsGridMode.cs | |||
@@ -59,16 +59,6 @@ namespace OpenSim.Region.Communications.Hypergrid | |||
59 | m_gridService = gridInterComms; | 59 | m_gridService = gridInterComms; |
60 | m_osw = gridInterComms; | 60 | m_osw = gridInterComms; |
61 | 61 | ||
62 | // The HG InventoryService always uses secure handlers | ||
63 | HGInventoryServiceClient invService = new HGInventoryServiceClient(serversInfo.InventoryURL, this.m_userProfileCacheService, true); | ||
64 | invService.UserProfileCache = m_userProfileCacheService; | ||
65 | AddSecureInventoryService(invService); | ||
66 | m_defaultInventoryHost = invService.Host; | ||
67 | if (SecureInventoryService != null) | ||
68 | m_log.Info("[HG]: SecureInventoryService."); | ||
69 | else | ||
70 | m_log.Info("[HG]: Non-secureInventoryService."); | ||
71 | |||
72 | HGUserServices userServices = new HGUserServices(this); | 62 | HGUserServices userServices = new HGUserServices(this); |
73 | // This plugin arrangement could eventually be configurable rather than hardcoded here. | 63 | // This plugin arrangement could eventually be configurable rather than hardcoded here. |
74 | userServices.AddPlugin(new TemporaryUserProfilePlugin()); | 64 | userServices.AddPlugin(new TemporaryUserProfilePlugin()); |