* Assorted minor fixes (DB4o now properly commits saves on shutdown)
parent
4d6045ba1f
commit
2a03bea9bd
|
@ -97,7 +97,8 @@ namespace OpenSim.DataStore.DB4oStorage
|
|||
|
||||
public void Shutdown()
|
||||
{
|
||||
|
||||
db.Commit();
|
||||
db.Close();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue