[Pgp-tools-commit] r84 - trunk/caff

Peter Palfrader weasel at costa.debian.org
Mon Jun 27 16:52:48 UTC 2005


Author: weasel
Date: 2005-06-27 16:52:48 +0000 (Mon, 27 Jun 2005)
New Revision: 84

Modified:
   trunk/caff/pgp-fixkey
Log:
Fix it to actually work

Modified: trunk/caff/pgp-fixkey
===================================================================
--- trunk/caff/pgp-fixkey	2005-06-27 16:47:54 UTC (rev 83)
+++ trunk/caff/pgp-fixkey	2005-06-27 16:52:48 UTC (rev 84)
@@ -325,7 +325,7 @@
 		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";
 			};





More information about the Pgp-tools-commit mailing list