From a6a53cdc32edade0696e1918c2c919a93202d265 Mon Sep 17 00:00:00 2001 From: Lukasz Janyst Date: Mon, 10 Jun 2013 18:02:23 +0200 Subject: [PATCH] [XrdCl] Store the CGI parameters from the url initialing the channel --- src/XrdCl/XrdClChannel.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/XrdCl/XrdClChannel.cc b/src/XrdCl/XrdClChannel.cc index b306f27080d..bb90e0eab7a 100644 --- a/src/XrdCl/XrdClChannel.cc +++ b/src/XrdCl/XrdClChannel.cc @@ -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 //--------------------------------------------------------------------------