mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
See ChangeLog: Thu Jul 1 12:47:31 CEST 1999 Werner Koch
This commit is contained in:
parent
75ed03c960
commit
28eb86c006
31 changed files with 402 additions and 123 deletions
|
@ -503,7 +503,7 @@ import_ownertrust( const char *fname )
|
|||
if( rc != -1 )
|
||||
log_error_f(fname, _("Oops: key is now in trustdb???\n"));
|
||||
else {
|
||||
rc = insert_trust_record( pk );
|
||||
rc = insert_trust_record_by_pk( pk );
|
||||
if( !rc )
|
||||
goto repeat; /* update the ownertrust */
|
||||
log_error_f(fname, _("insert trust record failed: %s\n"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue