1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Parse EXTCAP lines from the card.

Change messages for a corrupt trustdb.
This commit is contained in:
Werner Koch 2009-07-23 08:00:39 +00:00
parent 3459c6b015
commit 6d755a83b4
7 changed files with 73 additions and 10 deletions

View file

@ -1499,9 +1499,9 @@ tdbio_search_trust_bypk (PKT_public_key *pk, TRUSTREC *rec)
void
tdbio_invalid(void)
{
log_error(_(
"the trustdb is corrupted; please run \"gpg --fix-trustdb\".\n") );
g10_exit(2);
log_error (_("Error: The trustdb is corrupted.\n"));
how_to_fix_the_trustdb ();
g10_exit (2);
}
/*