mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Add LDAP_CONST to ldap_set_option() invalue
This commit is contained in:
parent
11c052fae6
commit
ddf8624abc
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ int
|
|||
ldap_set_option(
|
||||
LDAP *ld,
|
||||
int option,
|
||||
void *invalue)
|
||||
LDAP_CONST void *invalue)
|
||||
{
|
||||
struct ldapoptions *lo;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue