From 4e8b793d48f5aedfc528d6488805681f51f67a1e Mon Sep 17 00:00:00 2001 From: weasel Date: Thu, 30 Jun 2005 15:27:28 +0000 Subject: [PATCH] Change order of some checks git-svn-id: svn://svn.debian.org/pgp-tools/trunk@99 b513b33f-fedd-0310-b452-c3deb5f4c849 --- caff/caff | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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); -- 2.30.2