From 786a2870dfc48e9676476a5604a5115f4fe8c5e5 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 7 Oct 1998 13:30:43 +0000 Subject: a new release --- g10/pkclist.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'g10/pkclist.c') 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 ) ) -- cgit v1.2.3