1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-11-10 21:38:50 +01:00

gpg: Use the right variable to display the information.

* g10/tofu.c (get_trust): Use the right variable to display the
conflicting key.

--
Signed-off-by: Neal H. Walfield <neal@walfield.org>
Reported-by: Andre Heinecke <aheinecke@intevation.de>
This commit is contained in:
Neal H. Walfield 2015-10-20 13:40:37 +02:00
parent eb8a0b051f
commit 4957e32367

View File

@ -1456,9 +1456,10 @@ get_trust (struct db *dbs, const char *fingerprint, const char *email,
&& conflict && strcmp (conflict, fingerprint) != 0) && conflict && strcmp (conflict, fingerprint) != 0)
{ {
es_fprintf (fp, es_fprintf (fp,
_("%s raised a conflict with this binding. Since this" _("The key %s raised a conflict with this binding. Since"
" binding's policy was 'auto', it was changed to 'ask'. "), " this binding's policy was 'auto', it was changed to "
binding); "'ask'. "),
conflict);
binding_shown = 1; binding_shown = 1;
} }
es_fprintf (fp, es_fprintf (fp,