mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg,sm: Remove unnecessary duplicated checks
-- Reported-by: Günther Noack <gnoack@google.com>
This commit is contained in:
parent
da4db172f6
commit
297b1a0d15
2 changed files with 2 additions and 2 deletions
|
@ -2659,7 +2659,7 @@ ask_user_id (int mode, int full, KBNODE keyblock)
|
|||
xfree(answer);
|
||||
}
|
||||
xfree(answer);
|
||||
if( !amail && !acomment && !amail )
|
||||
if (!amail && !acomment)
|
||||
break;
|
||||
xfree(uid); uid = NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue