err better have the loggic right...

This commit is contained in:
UbitUmarov
2023-02-19 03:32:19 +00:00
parent 6c454c2b09
commit 1e0207b499

View File

@@ -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