diff options
Diffstat (limited to 'dirmngr/dirmngr_ldap.c')
-rw-r--r-- | dirmngr/dirmngr_ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/dirmngr_ldap.c b/dirmngr/dirmngr_ldap.c index e37a0a847..ea0da6c9d 100644 --- a/dirmngr/dirmngr_ldap.c +++ b/dirmngr/dirmngr_ldap.c @@ -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; |