diff options
Diffstat (limited to 'OpenSim/Framework/Communications')
-rw-r--r-- | OpenSim/Framework/Communications/CommunicationsManager.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Framework/Communications/CommunicationsManager.cs b/OpenSim/Framework/Communications/CommunicationsManager.cs index a45e236..5be7334 100644 --- a/OpenSim/Framework/Communications/CommunicationsManager.cs +++ b/OpenSim/Framework/Communications/CommunicationsManager.cs | |||
@@ -125,9 +125,7 @@ namespace OpenSim.Framework.Communications | |||
125 | { | 125 | { |
126 | return invService; | 126 | return invService; |
127 | } | 127 | } |
128 | |||
129 | } | 128 | } |
130 | |||
131 | return null; | 129 | return null; |
132 | } | 130 | } |
133 | } | 131 | } |
@@ -139,7 +137,6 @@ namespace OpenSim.Framework.Communications | |||
139 | host = m_defaultInventoryHost; | 137 | host = m_defaultInventoryHost; |
140 | } | 138 | } |
141 | 139 | ||
142 | |||
143 | lock (m_inventoryServices) | 140 | lock (m_inventoryServices) |
144 | { | 141 | { |
145 | foreach (IInventoryServices service in m_inventoryServices) | 142 | foreach (IInventoryServices service in m_inventoryServices) |