mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Attempt to fix bug on linux where estate_settings.xml gets wiped.
This commit is contained in:
@@ -125,7 +125,10 @@ namespace OpenSim.Framework.Configuration
|
||||
Directory.CreateDirectory(Util.configDir());
|
||||
}
|
||||
|
||||
doc.Save(fileName);
|
||||
lock(this)
|
||||
{
|
||||
doc.Save(fileName);
|
||||
}
|
||||
}
|
||||
|
||||
public void Close()
|
||||
|
||||
Reference in New Issue
Block a user