diff options
author | Werner Koch <[email protected]> | 1998-10-07 13:30:43 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-10-07 13:30:43 +0000 |
commit | 786a2870dfc48e9676476a5604a5115f4fe8c5e5 (patch) | |
tree | b9ba3bb28e0c65e129994b4526a5c98519c756e0 /g10/pkclist.c | |
parent | windoze version works again (diff) | |
download | gnupg-0-4-1.tar.gz gnupg-0-4-1.zip |
a new releaseV0-4-1
Diffstat (limited to 'g10/pkclist.c')
-rw-r--r-- | g10/pkclist.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/g10/pkclist.c b/g10/pkclist.c index 272a861b7..0cccd2870 100644 --- a/g10/pkclist.c +++ b/g10/pkclist.c @@ -153,9 +153,7 @@ _("Could not find a valid trust path to the key. Let's see whether we\n" lid = pk->local_id; while( !(rc=enum_trust_web( &context, &lid )) ) { - rc = get_ownertrust( lid, &trust ); - if( rc ) - log_fatal("Ooops: couldn't get owner trust for %lu\n", lid); + trust = get_ownertrust( lid ); if( trust == TRUST_UNDEFINED || trust == TRUST_EXPIRED || trust == TRUST_UNKNOWN ) { if( edit_ownertrust( lid, 0 ) ) |