mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Missing LDAP_CONST from ldap_set_option() declaration.
This commit is contained in:
parent
dc07e765f2
commit
11c052fae6
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ int
|
|||
ber_set_option(
|
||||
void *item,
|
||||
int option,
|
||||
void *invalue)
|
||||
LDAP_CONST void *invalue)
|
||||
{
|
||||
BerElement *ber;
|
||||
Sockbuf *sb;
|
||||
|
|
|
|||
Loading…
Reference in a new issue