aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keylist.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/keylist.c')
-rw-r--r--g10/keylist.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/keylist.c b/g10/keylist.c
index e01d8d993..dace1e742 100644
--- a/g10/keylist.c
+++ b/g10/keylist.c
@@ -845,6 +845,9 @@ list_keyblock_print ( KBNODE keyblock, int secret, int fpr, void *opaque )
if(sig->flags.notation && (opt.list_options&LIST_SHOW_NOTATION))
show_notation(sig,3,0);
+ if(sig->flags.pref_ks && (opt.list_options&LIST_SHOW_KEYSERVER))
+ show_keyserver_url(sig,3,0);
+
/* fixme: check or list other sigs here */
}
}