aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/HypergridService
diff options
context:
space:
mode:
authorDiva Canto2012-03-27 14:24:59 -0700
committerDiva Canto2012-03-27 14:24:59 -0700
commit91950b314796e3e292eef10811b6c5b8ed63cdc1 (patch)
treed0fbe5738ac1f95706b91529ca57d4cb7b6bc5f3 /OpenSim/Services/HypergridService
parentHG: beginning of a more restrictive inventory access procedure (optional). Ex... (diff)
downloadopensim-SC_OLD-91950b314796e3e292eef10811b6c5b8ed63cdc1.zip
opensim-SC_OLD-91950b314796e3e292eef10811b6c5b8ed63cdc1.tar.gz
opensim-SC_OLD-91950b314796e3e292eef10811b6c5b8ed63cdc1.tar.bz2
opensim-SC_OLD-91950b314796e3e292eef10811b6c5b8ed63cdc1.tar.xz
Amend to previous commit regarding the config name. Bugs bite.
Diffstat (limited to 'OpenSim/Services/HypergridService')
-rw-r--r--OpenSim/Services/HypergridService/HGInventoryService.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Services/HypergridService/HGInventoryService.cs b/OpenSim/Services/HypergridService/HGInventoryService.cs
index a1287fd..b29d803 100644
--- a/OpenSim/Services/HypergridService/HGInventoryService.cs
+++ b/OpenSim/Services/HypergridService/HGInventoryService.cs
@@ -53,8 +53,6 @@ namespace OpenSim.Services.HypergridService
53 LogManager.GetLogger( 53 LogManager.GetLogger(
54 MethodBase.GetCurrentMethod().DeclaringType); 54 MethodBase.GetCurrentMethod().DeclaringType);
55 55
56 protected new IXInventoryData m_Database;
57
58 private string m_HomeURL; 56 private string m_HomeURL;
59 private IUserAccountService m_UserAccountService; 57 private IUserAccountService m_UserAccountService;
60 58