renabling the loading of the data plugins in the gridserver.
parent
1e015a4cb8
commit
4fc37a4abd
|
@ -67,7 +67,7 @@ namespace OpenSim.Grid.GridServer.Modules
|
||||||
{
|
{
|
||||||
// m_log.Info("[DATA]: Connecting to Storage Server");
|
// m_log.Info("[DATA]: Connecting to Storage Server");
|
||||||
m_gridDBService = new GridDBService();
|
m_gridDBService = new GridDBService();
|
||||||
//m_gridDBService.AddPlugin(m_config.DatabaseProvider, m_config.DatabaseConnect);
|
m_gridDBService.AddPlugin(m_config.DatabaseProvider, m_config.DatabaseConnect);
|
||||||
|
|
||||||
//Register the database access service so modules can fetch it
|
//Register the database access service so modules can fetch it
|
||||||
// RegisterInterface<GridDBService>(m_gridDBService);
|
// RegisterInterface<GridDBService>(m_gridDBService);
|
||||||
|
|
Loading…
Reference in New Issue