mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Dumb mistake - forgot to assign the datastore variable
This commit is contained in:
@@ -50,6 +50,7 @@ namespace OpenSim.Storage.LocalStorageDb4o
|
||||
|
||||
public void Initialise(string dfile)
|
||||
{
|
||||
OpenSim.Framework.Console.MainConsole.Instance.WriteLine("Db4LocalStorage Opening " + dfile);
|
||||
datastore = dfile;
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user