mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Cast away const
This commit is contained in:
parent
8d8f2d4378
commit
8b7fd262b8
@ -684,7 +684,7 @@ done:;
|
|||||||
}
|
}
|
||||||
|
|
||||||
o.ors_filterstr = *slap_filterstr_objectClass_pres;
|
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_scope = LDAP_SCOPE_BASE;
|
||||||
o.ors_deref = LDAP_DEREF_NEVER;
|
o.ors_deref = LDAP_DEREF_NEVER;
|
||||||
|
Loading…
Reference in New Issue
Block a user