From f3f31744abaf8a9df952a0d547faa59035b46ff3 Mon Sep 17 00:00:00 2001 From: MW Date: Sun, 29 Jun 2008 11:48:58 +0000 Subject: patch and files from mantis #1630, Thanks Melanie --- OpenSim/Framework/Communications/CommunicationsManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/Communications') 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 public bool TryGetInventoryService(string host, out IInventoryServices inventoryService) { - if ((host == string.Empty) | (host == "default")) + if ((host == string.Empty) || (host == "default")) { host = m_defaultInventoryHost; } -- cgit v1.1