Skip to content
Snippets Groups Projects
Commit ddf8624a authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add LDAP_CONST to ldap_set_option() invalue

parent 11c052fa
No related branches found
No related tags found
No related merge requests found
......@@ -271,7 +271,7 @@ int
ldap_set_option(
LDAP *ld,
int option,
void *invalue)
LDAP_CONST void *invalue)
{
struct ldapoptions *lo;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment