Attempt to fix bug on linux where estate_settings.xml gets wiped.
parent
34b836307d
commit
f1be283378
|
@ -125,8 +125,11 @@ namespace OpenSim.Framework.Configuration
|
|||
Directory.CreateDirectory(Util.configDir());
|
||||
}
|
||||
|
||||
lock(this)
|
||||
{
|
||||
doc.Save(fileName);
|
||||
}
|
||||
}
|
||||
|
||||
public void Close()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue