* Assorted minor fixes (DB4o now properly commits saves on shutdown)

afrisby
Adam Frisby 2007-07-29 07:57:26 +00:00
parent 4d6045ba1f
commit 2a03bea9bd
1 changed files with 2 additions and 1 deletions

View File

@ -97,7 +97,8 @@ namespace OpenSim.DataStore.DB4oStorage
public void Shutdown()
{
db.Commit();
db.Close();
}
}
}