diff --git a/OpenSim/Region/CoreModules/World/Archiver/ArchiveHelpers.cs b/OpenSim/Region/CoreModules/World/Archiver/ArchiveHelpers.cs index d24d0347b2..81f9e59ea8 100644 --- a/OpenSim/Region/CoreModules/World/Archiver/ArchiveHelpers.cs +++ b/OpenSim/Region/CoreModules/World/Archiver/ArchiveHelpers.cs @@ -86,7 +86,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver } else { - if (uri.Scheme != "http" || uri.Scheme != "https") + if (uri.Scheme != "http" && uri.Scheme != "https") throw new Exception(String.Format("Unsupported URI scheme ({0})", path)); // OK, now we know we have an HTTP URI to work with