mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
err better have the loggic right...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user