mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-04 20:38:50 +01:00
gpg: Need to init the trustdb for import.
* g10/trustdb.c (clear_ownertrusts): Init trustdb. -- This was fixed in 1.4 branch in commit23191d7851
but was not applied to the 2.0 branch that exhibits the same problem. This is actually a hack to fix a bug introduced with commit2528178
. GnuPG-bug-id: 1622
This commit is contained in:
parent
d91db67e51
commit
07006c9916
@ -923,6 +923,8 @@ clear_ownertrusts (PKT_public_key *pk)
|
||||
TRUSTREC rec;
|
||||
int rc;
|
||||
|
||||
init_trustdb();
|
||||
|
||||
if (trustdb_args.no_trustdb && opt.trust_model == TM_ALWAYS)
|
||||
return 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user