aboutsummaryrefslogtreecommitdiffstats
path: root/sm/keylist.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-06-12 14:35:41 +0000
committerWerner Koch <[email protected]>2002-06-12 14:35:41 +0000
commit312ee41ff7b22f250ef12cfb97d287d2f62ec57c (patch)
tree17528836bd028b170c733ad35af8eeb2d7d73155 /sm/keylist.c
parent* gpgsm.c (open_fwrite): New. (diff)
downloadgnupg-312ee41ff7b22f250ef12cfb97d287d2f62ec57c.tar.gz
gnupg-312ee41ff7b22f250ef12cfb97d287d2f62ec57c.zip
* call-dirmngr.c (lookup_status_cb): New.
(gpgsm_dirmngr_lookup): Use the status CB. Add new arg CTRL and changed caller to pass it.
Diffstat (limited to 'sm/keylist.c')
-rw-r--r--sm/keylist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/keylist.c b/sm/keylist.c
index d52790f2b..65171a1d4 100644
--- a/sm/keylist.c
+++ b/sm/keylist.c
@@ -586,7 +586,7 @@ list_external_keys (CTRL ctrl, STRLIST names, FILE *fp)
parm.with_colons = ctrl->with_colons;
parm.with_chain = ctrl->with_chain;
- rc = gpgsm_dirmngr_lookup (names, list_external_cb, &parm);
+ rc = gpgsm_dirmngr_lookup (ctrl, names, list_external_cb, &parm);
if (rc)
log_error ("listing external keys failed: %s\n", gnupg_strerror (rc));
}