Skip to content

Commit

Permalink
[GSI] Comment out no longer needed trace record; fixes #772
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 authored and simonmichal committed May 2, 2022
1 parent 81f1d43 commit f5dab33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/XrdCrypto/openssl3/XrdCryptosslAux.cc
Expand Up @@ -700,7 +700,7 @@ time_t XrdCryptosslASN1toUTC(const ASN1_TIME *tsn1)
// since Epoch (Jan 1, 1970)
// Return -1 if something went wrong
time_t etime = -1;
EPNAME("ASN1toUTC");
// EPNAME("ASN1toUTC");

//
// Make sure there is something to convert
Expand Down Expand Up @@ -737,7 +737,7 @@ time_t XrdCryptosslASN1toUTC(const ASN1_TIME *tsn1)
// Include DST shift; here, because we have the information
if (ltm.tm_isdst > 0) etime += XrdCryptoDSTShift;
// Notify, if requested
DEBUG(" UTC: "<<etime<<" isdst: "<<ltm.tm_isdst);
// DEBUG(" UTC: "<<etime<<" isdst: "<<ltm.tm_isdst);
//
// We are done
return etime;
Expand Down

0 comments on commit f5dab33

Please sign in to comment.