diff options
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs index 0a0bf3f..c351272 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs | |||
@@ -108,7 +108,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory | |||
108 | /// </summary> | 108 | /// </summary> |
109 | private void LoadHandlers() | 109 | private void LoadHandlers() |
110 | { | 110 | { |
111 | lock(handlers) | 111 | lock (handlers) |
112 | { | 112 | { |
113 | if (!handlersLoaded) | 113 | if (!handlersLoaded) |
114 | { | 114 | { |