diff options
Diffstat (limited to 'OpenSim/Region/OptionalModules/DataSnapshot/DataSnapshotManager.cs')
-rw-r--r-- | OpenSim/Region/OptionalModules/DataSnapshot/DataSnapshotManager.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/DataSnapshot/DataSnapshotManager.cs b/OpenSim/Region/OptionalModules/DataSnapshot/DataSnapshotManager.cs index 88fa1ae..bf9c14d 100644 --- a/OpenSim/Region/OptionalModules/DataSnapshot/DataSnapshotManager.cs +++ b/OpenSim/Region/OptionalModules/DataSnapshot/DataSnapshotManager.cs | |||
@@ -321,6 +321,7 @@ namespace OpenSim.Region.DataSnapshot | |||
321 | /** | 321 | /** |
322 | * Reply to the http request | 322 | * Reply to the http request |
323 | */ | 323 | */ |
324 | |||
324 | public XmlDocument GetSnapshot(string regionName) | 325 | public XmlDocument GetSnapshot(string regionName) |
325 | { | 326 | { |
326 | if(!Monitor.TryEnter(m_serializeGen,30000)) | 327 | if(!Monitor.TryEnter(m_serializeGen,30000)) |