diff options
patch and files from mantis #1630, Thanks Melanie
Diffstat (limited to 'OpenSim/Framework/Communications')
-rw-r--r-- | OpenSim/Framework/Communications/CommunicationsManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/CommunicationsManager.cs b/OpenSim/Framework/Communications/CommunicationsManager.cs index 45f692b..ccd6491 100644 --- a/OpenSim/Framework/Communications/CommunicationsManager.cs +++ b/OpenSim/Framework/Communications/CommunicationsManager.cs | |||
@@ -134,7 +134,7 @@ namespace OpenSim.Framework.Communications | |||
134 | 134 | ||
135 | public bool TryGetInventoryService(string host, out IInventoryServices inventoryService) | 135 | public bool TryGetInventoryService(string host, out IInventoryServices inventoryService) |
136 | { | 136 | { |
137 | if ((host == string.Empty) | (host == "default")) | 137 | if ((host == string.Empty) || (host == "default")) |
138 | { | 138 | { |
139 | host = m_defaultInventoryHost; | 139 | host = m_defaultInventoryHost; |
140 | } | 140 | } |