Minor code cleanup

This commit is contained in:
Dominik Schürmann
2014-11-21 12:41:39 +01:00
parent a798d95411
commit fc32f5f9d4
7 changed files with 13 additions and 14 deletions

View File

@@ -330,7 +330,7 @@ public class UncachedKeyRing {
}
if (cert.isLocal()) {
// Creation date in the future? No way!
// Remove revocation certs with "local" flag
log.add(LogType.MSG_KC_REVOKE_BAD_LOCAL, indent);
modified = PGPPublicKey.removeCertification(modified, zert);
badCerts += 1;