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

Peter Palfrader weasel at costa.debian.org
Thu Jun 30 15:27:28 UTC 2005


Author: weasel
Date: 2005-06-30 15:27:28 +0000 (Thu, 30 Jun 2005)
New Revision: 99

Modified:
   trunk/caff/caff
Log:
Change order of some checks

Modified: trunk/caff/caff
===================================================================
--- trunk/caff/caff	2005-06-30 15:15:03 UTC (rev 98)
+++ trunk/caff/caff	2005-06-30 15:27:28 UTC (rev 99)
@@ -875,15 +875,15 @@
 			$i++;
 		};
 		debug("Parsing stdout output done.");
-		if ($is_uat) {
-			notice("Can't handle attribute userid of key $keyid.");
-			next;
-		};
 		unless ($have_one) {
 			debug("Uid ".($uid_number-1)." was the last, there is no $uid_number.");
 			info("key $keyid done.");
 			last;
 		};
+		if ($is_uat) {
+			notice("Can't handle attribute userid of key $keyid.");
+			next;
+		};
 		if ($delete_some) {
 			debug("need to delete a few uids.");
 			readwrite_gpg("deluid\n", $inputfd, $stdoutfd, $stderrfd, $statusfd, exitwhenstatusmatches => $KEYEDIT_DELUID_PROMPT, nocloseinput => 1);





More information about the Pgp-tools-commit mailing list