mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 20:49:35 -05: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
1 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue