From: weasel Date: Thu, 30 Jun 2005 15:27:28 +0000 (+0000) Subject: Change order of some checks X-Git-Url: https://git.sthu.org/?p=pgp-tools.git;a=commitdiff_plain;h=4e8b793d48f5aedfc528d6488805681f51f67a1e Change order of some checks git-svn-id: svn://svn.debian.org/pgp-tools/trunk@99 b513b33f-fedd-0310-b452-c3deb5f4c849 --- diff --git a/caff/caff b/caff/caff index 675ffa2..665e893 100755 --- a/caff/caff +++ b/caff/caff @@ -875,15 +875,15 @@ for my $keyid (@keyids_ok) { $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);