X-Git-Url: http://git.sthu.org/?a=blobdiff_plain;f=caff%2Fpgp-fixkey;h=d772af7926bfd2814a6908f674ff569ad3434230;hb=fd2d106f713fb17bf75f4aca2e2b21a9727b398f;hp=75da7946aaf362280f328dc3cdfc71b07633fa69;hpb=f575aee972b1dc5645c1615ceb03803ab5c1e741;p=pgp-tools.git diff --git a/caff/pgp-fixkey b/caff/pgp-fixkey index 75da794..d772af7 100755 --- a/caff/pgp-fixkey +++ b/caff/pgp-fixkey @@ -325,7 +325,7 @@ for my $keyid (@KEYIDS) { if (defined $line) { # only if we found a sig here - we never remove revocation packets for instance debug("[sigremoval] doing line $line."); my ($dummy1, $dummy2, $dummy3, $dummy4, $signer, $created, $dummy7, $dummy8, $dummy9) = split /:/, $line; - if ($signer eq ('-1' x 16)) { + if ($signer eq ('0' x 16)) { debug("[sigremoval] not interested in that sig ($signer)."); $answer = "yes"; };