diff options
Diffstat (limited to '')
-rw-r--r-- | g10/import.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/import.c b/g10/import.c index abea39223..2ff06b51d 100644 --- a/g10/import.c +++ b/g10/import.c @@ -671,7 +671,7 @@ import_one( const char *fname, KBNODE keyblock, the keyring and trustdb are out of sync. It can also be made to happen with the trusted-key command. */ - clear_ownertrust (pk); + clear_ownertrusts (pk); revalidation_mark (); } keydb_release (hd); |