Skip to content

Commit

Permalink
secgsi: do not delete explicitely the CRL in Delete
Browse files Browse the repository at this point in the history
Handled by the cache.
  • Loading branch information
gganis committed Jul 6, 2017
1 parent 3f0f086 commit eb092ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/XrdSecgsi/XrdSecProtocolgsi.hh
Expand Up @@ -478,9 +478,7 @@ public:
if (Chain) Chain->Cleanup(1);
SafeDelete(Chain);
}
if (Crl) {
SafeDelete(Crl);
}
Crl = 0;
// The proxy chain is owned by the proxy cache; invalid proxies are
// detected (and eventually removed) by QueryProxy
PxyChain = 0;
Expand Down

0 comments on commit eb092ea

Please sign in to comment.