diff options
author | Werner Koch <wk@gnupg.org> | 2010-04-21 18:26:17 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-04-21 18:26:17 +0200 |
commit | a1412b05debe693e6aabaf2c2c337bc33f7dfd41 (patch) | |
tree | 214dc8928b73aaa385d69eaa180164318ff0bb93 /g10/trustdb.c | |
parent | Disable card support for now (diff) | |
download | gnupg2-a1412b05debe693e6aabaf2c2c337bc33f7dfd41.tar.xz gnupg2-a1412b05debe693e6aabaf2c2c337bc33f7dfd41.zip |
More changes on the way to remove secring.gpg.
Diffstat (limited to 'g10/trustdb.c')
-rw-r--r-- | g10/trustdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/trustdb.c b/g10/trustdb.c index f1377aa1f..7226fe4aa 100644 --- a/g10/trustdb.c +++ b/g10/trustdb.c @@ -2283,7 +2283,7 @@ validate_keys (int interactive) used = new_key_hash_table (); full_trust = new_key_hash_table (); - kdb = keydb_new (0); + kdb = keydb_new (); reset_trust_records(); /* Fixme: Instead of always building a UTK list, we could just build it |