2011-04-20 Marcus Brinkmann <mb@g10code.com>

* keylist.c (list_keyblock_colon): Use get_ownertrust_info, not
        get_ownertrust (which lead to binary zeroes in the output!).
This commit is contained in:
Marcus Brinkmann 2011-04-20 22:41:22 +02:00
parent 70b871abbc
commit dd491d290a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-04-20 Marcus Brinkmann <mb@g10code.com>
* keylist.c (list_keyblock_colon): Use get_ownertrust_info, not
get_ownertrust (which lead to binary zeroes in the output!).
2011-03-23 Werner Koch <wk@g10code.com>
* parse-packet.c (read_rest): Drop unsed PARTIAL arg. Rewrite to

View File

@ -1161,7 +1161,7 @@ list_keyblock_colon (KBNODE keyblock, int secret, int fpr)
colon_datestr_from_pk (pk), colon_strtime (pk->expiredate));
if (!opt.fast_list_mode && !opt.no_expensive_trust_checks)
es_putc (get_ownertrust (pk), es_stdout);
es_putc (get_ownertrust_info (pk), es_stdout);
es_putc (':', es_stdout);
es_putc (':', es_stdout);