diff options
InterServiceInventoryService references *almost* completely removed from the simulator. Only a couple left, not important. Also updated the login tests -- Justin, this time I was able to fix this by myself :)
Diffstat (limited to 'OpenSim/Framework/Communications/Services/HGLoginAuthService.cs')
-rw-r--r-- | OpenSim/Framework/Communications/Services/HGLoginAuthService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Services/HGLoginAuthService.cs b/OpenSim/Framework/Communications/Services/HGLoginAuthService.cs index 0637a1e..8e0205c 100644 --- a/OpenSim/Framework/Communications/Services/HGLoginAuthService.cs +++ b/OpenSim/Framework/Communications/Services/HGLoginAuthService.cs | |||
@@ -78,7 +78,7 @@ namespace OpenSim.Framework.Communications.Services | |||
78 | 78 | ||
79 | m_interServiceInventoryService = interServiceInventoryService; | 79 | m_interServiceInventoryService = interServiceInventoryService; |
80 | m_regionsConnector = regionsConnector; | 80 | m_regionsConnector = regionsConnector; |
81 | m_inventoryService = interServiceInventoryService; | 81 | m_interInventoryService = interServiceInventoryService; |
82 | } | 82 | } |
83 | 83 | ||
84 | public void SetServersInfo(NetworkServersInfo sinfo) | 84 | public void SetServersInfo(NetworkServersInfo sinfo) |