diff options
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 |