Fix it to actually work
authorweasel <weasel@b513b33f-fedd-0310-b452-c3deb5f4c849>
Mon, 27 Jun 2005 16:52:48 +0000 (16:52 +0000)
committerweasel <weasel@b513b33f-fedd-0310-b452-c3deb5f4c849>
Mon, 27 Jun 2005 16:52:48 +0000 (16:52 +0000)
git-svn-id: svn://svn.debian.org/pgp-tools/trunk@84 b513b33f-fedd-0310-b452-c3deb5f4c849

caff/pgp-fixkey

index 75da7946aaf362280f328dc3cdfc71b07633fa69..d772af7926bfd2814a6908f674ff569ad3434230 100755 (executable)
@@ -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";
                        };