summaryrefslogtreecommitdiffstats
path: root/g10/mainproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/mainproc.c')
-rw-r--r--g10/mainproc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/mainproc.c b/g10/mainproc.c
index c85787407..c21516deb 100644
--- a/g10/mainproc.c
+++ b/g10/mainproc.c
@@ -483,7 +483,8 @@ list_node( CTX c, KBNODE node )
if( c->local_id )
printf("%lu", c->local_id );
putchar(':');
- /* fixme: add ownertrust here */
+ if( c->local_id )
+ putchar( get_ownertrust_info( c->local_id ) );
putchar(':');
}
else