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:
Howard Chu 2003-03-24 02:59:43 +00:00
parent 4d22b569de
commit dfe3b4fb2f

View File

@ -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;
}