mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
dirmngr,w32: Silence compiler warnings for the LDAP API.
--
This commit is contained in:
parent
dfc01118ce
commit
cc1d475f98
3 changed files with 26 additions and 2 deletions
|
@ -747,7 +747,7 @@ print_ldap_entries (LDAP *ld, LDAPMessage *msg, char *want_attr)
|
|||
|
||||
/* Fetch data from the server at LD using FILTER. */
|
||||
static int
|
||||
fetch_ldap (LDAP *ld, const char *base, int scope, const char *filter)
|
||||
fetch_ldap (LDAP *ld, char *base, int scope, char *filter)
|
||||
{
|
||||
gpg_error_t err;
|
||||
int lerr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue