mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Silence warning
This commit is contained in:
parent
beff004e1e
commit
9bf03e0e7c
@ -2122,7 +2122,7 @@ acl_set_gather( SetCookie *cookie, struct berval *name, AttributeDescription *de
|
||||
|
||||
} else {
|
||||
op2.ors_filterstr = *slap_filterstr_objectClass_pres;
|
||||
op2.ors_filter = slap_filter_objectClass_pres;
|
||||
op2.ors_filter = (Filter *)slap_filter_objectClass_pres;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user