mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-20 22:03:45 -05:00
Cast away const
This commit is contained in:
parent
8d8f2d4378
commit
8b7fd262b8
1 changed files with 1 additions and 1 deletions
|
|
@ -684,7 +684,7 @@ done:;
|
|||
}
|
||||
|
||||
o.ors_filterstr = *slap_filterstr_objectClass_pres;
|
||||
o.ors_filter = slap_filter_objectClass_pres;
|
||||
o.ors_filter = (Filter *) slap_filter_objectClass_pres;
|
||||
|
||||
o.ors_scope = LDAP_SCOPE_BASE;
|
||||
o.ors_deref = LDAP_DEREF_NEVER;
|
||||
|
|
|
|||
Loading…
Reference in a new issue