mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
dirmngr: Minor cleanup for better readability.
* dirmngr/ldap.c (start_default_fetch_ldap): Rename to start_cacert_fetch_ldap and remove arg attr. Instead use "cACertificate" directly. * dirmngr/crlfetch.c (ca_cert_fetch): Change the only caller. (start_cert_fetch_ldap): Rename arg for clarity. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
210575d882
commit
b258f8de7e
3 changed files with 29 additions and 29 deletions
|
@ -302,7 +302,7 @@ ca_cert_fetch (ctrl_t ctrl, cert_fetch_context_t *context, const char *dn)
|
|||
return gpg_error (GPG_ERR_NOT_SUPPORTED);
|
||||
}
|
||||
#if USE_LDAP
|
||||
return start_default_fetch_ldap (ctrl, context, dn, "cACertificate");
|
||||
return start_cacert_fetch_ldap (ctrl, context, dn);
|
||||
#else
|
||||
(void)ctrl;
|
||||
(void)context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue