mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
SLAP_NVALUES - quick hack, just set a->a_nvals = a->a_vals. will need to
fix this if ACLs are expected to work on the local slapd.
This commit is contained in:
parent
4d22b569de
commit
dfe3b4fb2f
@ -596,6 +596,9 @@ ldap_send_entry(
|
||||
|
||||
next_attr:;
|
||||
|
||||
#ifdef SLAP_NVALUES
|
||||
attr->a_nvals = attr->a_vals;
|
||||
#endif
|
||||
*attrp = attr;
|
||||
attrp = &attr->a_next;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user