diff options
Diffstat (limited to 'g10/keylist.c')
-rw-r--r-- | g10/keylist.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/g10/keylist.c b/g10/keylist.c index 4655e9adc..20fa7d8b8 100644 --- a/g10/keylist.c +++ b/g10/keylist.c @@ -561,8 +561,7 @@ list_keyblock_colon( KBNODE keyblock, int secret ) if( pk->local_id ) printf("%lu", pk->local_id ); putchar(':'); - if( pk->local_id && !opt.fast_list_mode - && !opt.no_expensive_trust_checks ) + if( !opt.fast_list_mode && !opt.no_expensive_trust_checks ) putchar( get_ownertrust_info(pk) ); putchar(':'); } |