Skip to content

Commit

Permalink
[XrdCl] xrdcp: select right channel when querying IP stack.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Apr 5, 2022
1 parent 00f58ea commit cdb6b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdCl/XrdClClassicCopyJob.cc
Expand Up @@ -694,7 +694,7 @@ namespace
if( !pUrl->IsLocalFile() ||
( pUrl->IsLocalFile() && pUrl->IsMetalink() ) )
{
pFile->GetProperty( "DataServer", pDataServer );
pFile->GetProperty( "LastURL", pDataServer );
}


Expand Down

0 comments on commit cdb6b22

Please sign in to comment.