Skip to content

Commit

Permalink
[XrdCl] xrdcp: allow roots/xroots protocol.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Oct 7, 2019
1 parent 8f4d00f commit 0ff47ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/XrdApps/XrdCpConfig.cc
Expand Up @@ -862,6 +862,7 @@ void XrdCpConfig::ProcFile(const char *fname)
FMSG("Multiple sources disallowed with stdin.", 22);
}
else if (!((pFile->Protocol == XrdCpFile::isXroot) ||
(pFile->Protocol == XrdCpFile::isXroots) ||
(Want(DoAllowHttp) && ((pFile->Protocol == XrdCpFile::isHttp) ||
(pFile->Protocol == XrdCpFile::isHttps)))))
{FMSG(pFile->ProtName <<" file protocol is not supported.", 22)}
Expand Down

0 comments on commit 0ff47ca

Please sign in to comment.