aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Clients/InventoryClient.cs
diff options
context:
space:
mode:
authorunknown2010-07-09 12:58:16 -0400
committerJustin Clark-Casey (justincc)2010-07-17 00:44:54 +0100
commit61f9b3c2cf1c39dd0d1c58eed7d322d29029c2c0 (patch)
treea9687caa8efc635c09e00a637c4676bfc7225bd0 /OpenSim/Framework/Communications/Clients/InventoryClient.cs
parentMerge branch '0.6.9-post-fixes' of ssh://opensimulator.org/var/git/opensim in... (diff)
downloadopensim-SC_OLD-61f9b3c2cf1c39dd0d1c58eed7d322d29029c2c0.zip
opensim-SC_OLD-61f9b3c2cf1c39dd0d1c58eed7d322d29029c2c0.tar.gz
opensim-SC_OLD-61f9b3c2cf1c39dd0d1c58eed7d322d29029c2c0.tar.bz2
opensim-SC_OLD-61f9b3c2cf1c39dd0d1c58eed7d322d29029c2c0.tar.xz
Bug in 0.6.9 sometimes restoring script state causes region console to crash due to unhandled file lock exception. Attempt to resolve by wrapping several instances of file create / read logic in using statements and added some error handling for locked file exceptions. If it is IDisposable, it must be disposed! The close statements are unnecessary but harmless so I have left those in. The end of the using block will close and dispose automagically.
Diffstat (limited to 'OpenSim/Framework/Communications/Clients/InventoryClient.cs')
0 files changed, 0 insertions, 0 deletions