Skip to content

Commit

Permalink
[XrdCl] Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Oct 9, 2019
1 parent a5847a7 commit 1cfd27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdCl/XrdClThirdPartyCopyJob.cc
Expand Up @@ -395,7 +395,7 @@ namespace XrdCl
URL::ParamsMap tpcsrcparams = tpcSourceUrl.GetParams();
// merge the original cgi with the one returned by the redirector,
// the original values take precedence
URL::ParamsMap::iterator itr = srcparams.begin();
URL::ParamsMap::const_iterator itr = srcparams.begin();
for( ; itr != srcparams.end(); ++itr )
tpcsrcparams[itr->first] = itr->second;
tpcSourceUrl.SetParams( tpcsrcparams );
Expand Down

0 comments on commit 1cfd27e

Please sign in to comment.