mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
g10: Print the info text in more situations.
* g10/tofu.c (ask_about_binding): Print the info text when the policy is ask and there are multiple bindings with the email address. -- Signed-off-by: Neal H. Walfield <neal@g10code.com>
This commit is contained in:
parent
0858f141a8
commit
4c2abb221b
1 changed files with 2 additions and 1 deletions
|
@ -1372,7 +1372,8 @@ ask_about_binding (tofu_dbs_t dbs,
|
|||
|
||||
|
||||
if ((*policy == TOFU_POLICY_NONE && bindings_with_this_email_count > 0)
|
||||
|| (*policy == TOFU_POLICY_ASK && conflict))
|
||||
|| (*policy == TOFU_POLICY_ASK
|
||||
&& (conflict || bindings_with_this_email_count > 0)))
|
||||
{
|
||||
/* This is a conflict. */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue