aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyedit.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1999-03-08 19:50:18 +0000
committerWerner Koch <[email protected]>1999-03-08 19:50:18 +0000
commitb31145f3e25a3dd99ad2b84a4cd7ec0f43aafe2f (patch)
treec55d9d29f4fe50c598024dbaa31f8fb9f4c56299 /g10/keyedit.c
parentadd some demo keys (diff)
downloadgnupg-b31145f3e25a3dd99ad2b84a4cd7ec0f43aafe2f.tar.gz
gnupg-b31145f3e25a3dd99ad2b84a4cd7ec0f43aafe2f.zip
See ChangeLog: Mon Mar 8 20:47:17 CET 1999 Werner Koch
Diffstat (limited to '')
-rw-r--r--g10/keyedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keyedit.c b/g10/keyedit.c
index f16a19cb6..f818b35df 100644
--- a/g10/keyedit.c
+++ b/g10/keyedit.c
@@ -889,7 +889,7 @@ show_key_with_all_names( KBNODE keyblock, int only_marked,
if( node->pkt->pkttype == PKT_PUBLIC_KEY ) {
/* do it here, so that debug messages don't clutter the
* output */
- trust = query_trust_info(pk);
+ trust = query_trust_info(pk, NULL);
otrust = get_ownertrust_info( pk->local_id );
}