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