From 6e69b48a843a3259669c27cf27e18ae0303356f4 Mon Sep 17 00:00:00 2001
From: Julien Leduc <julien.leduc@cern.ch>
Date: Fri, 6 Mar 2020 17:19:46 +0100
Subject: [PATCH] xrootd.fslib -2 is needed when loading SSI plugin with xrootd
 >= 4.11.2

---
 xroot_plugins/cta-frontend-xrootd.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xroot_plugins/cta-frontend-xrootd.conf b/xroot_plugins/cta-frontend-xrootd.conf
index 9ac9bc8d3d..a0f14fc16e 100644
--- a/xroot_plugins/cta-frontend-xrootd.conf
+++ b/xroot_plugins/cta-frontend-xrootd.conf
@@ -39,7 +39,7 @@ cta.log.ssi warning
 #ssi.trace debug
 
 # Load the CTA SSI plugin
-xrootd.fslib libXrdSsi.so
+xrootd.fslib -2 libXrdSsi.so
 
 # Load the SSI module
 ssi.svclib libXrdSsiCta.so
-- 
GitLab