From 312ee41ff7b22f250ef12cfb97d287d2f62ec57c Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 12 Jun 2002 14:35:41 +0000 Subject: * call-dirmngr.c (lookup_status_cb): New. (gpgsm_dirmngr_lookup): Use the status CB. Add new arg CTRL and changed caller to pass it. --- sm/keylist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sm/keylist.c') 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)); } -- cgit v1.2.3