Minor comment update on cert_util

This commit is contained in:
Calvin Leung Huang 2017-05-03 16:13:54 -04:00
parent c96ed573ca
commit 207983f526

View File

@ -219,7 +219,7 @@ func fetchCertBySerial(req *logical.Request, prefix, serial string) (*logical.St
return certEntry, nil
}
// No point checking these, no old/new style colons/hyphens
// If legacyPath is unset, it's going to be a CA or CRL; return immediately
if legacyPath == "" {
return nil, nil
}