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:
parent
3459c6b015
commit
6d755a83b4
7 changed files with 73 additions and 10 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue