Skip to content

Commit

Permalink
[XrdCl] Store the CGI parameters from the url initialing the channel
Browse files Browse the repository at this point in the history
  • Loading branch information
ljanyst committed Jun 10, 2013
1 parent 6d8b3bc commit a6a53cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/XrdCl/XrdClChannel.cc
Expand Up @@ -211,6 +211,8 @@ namespace XrdCl
log->Debug( PostMasterMsg, "Creating new channel to: %s %d stream(s)",
url.GetHostId().c_str(), numStreams );

pUrl.SetParams( url.GetParams() );

//--------------------------------------------------------------------------
// Create the streams
//--------------------------------------------------------------------------
Expand Down

0 comments on commit a6a53cd

Please sign in to comment.