From daa41aeb4e35260f30936630d415f14f950bf4fc Mon Sep 17 00:00:00 2001 From: Andrew Hanushevsky Date: Fri, 12 May 2017 18:08:13 -0700 Subject: [PATCH] Apply pfn2lfn cache mapping to forwarding proxies. --- src/XrdPss/XrdPssConfig.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/XrdPss/XrdPssConfig.cc b/src/XrdPss/XrdPssConfig.cc index b40bea406d4..4f42495db3e 100644 --- a/src/XrdPss/XrdPssConfig.cc +++ b/src/XrdPss/XrdPssConfig.cc @@ -225,6 +225,10 @@ int XrdPssSys::Configure(const char *cfn) // if (cPath && !getCache()) return 1; +// Configure the N2N library: +// + if ((NoGo = ConfigN2N())) return NoGo; + // Allocate an Xroot proxy object (only one needed here). Tell it to not // shadow open files with real file descriptors (we will be honest). This can // be done before we initialize the ffs. @@ -273,10 +277,6 @@ int XrdPssSys::Configure(const char *cfn) i++; } -// Configure the N2N library: -// - if ((NoGo = ConfigN2N())) return NoGo; - // We would really like that the Ffs interface use the generic method of // keeping track of data servers. It does not and it even can't handle more // than one export (really). But it does mean we need to give it a valid one.