From 7738b3e1f23d40159fc31a4335105c1ce9334bed Mon Sep 17 00:00:00 2001 From: Mattias Ellert Date: Mon, 13 Mar 2017 15:09:33 +0100 Subject: [PATCH] Don't write error when CRL is absent --- src/XrdSecgsi/XrdSecProtocolgsi.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XrdSecgsi/XrdSecProtocolgsi.cc b/src/XrdSecgsi/XrdSecProtocolgsi.cc index 5a63e710a99..7416e061c35 100644 --- a/src/XrdSecgsi/XrdSecProtocolgsi.cc +++ b/src/XrdSecgsi/XrdSecProtocolgsi.cc @@ -4301,7 +4301,7 @@ int XrdSecProtocolgsi::GetCA(const char *cahash, stackCRL.Add(crl); pfeRef.UnLock(); return 0; - } else { + } else if (crl) { PRINT("CRL entry for '"<