mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 01:58:33 -05:00
(SLAP_NVALUES) attr->a_nvals must not be NULL, set equal to a_vals when
not normalizing.
This commit is contained in:
parent
f2293e0486
commit
c607ed0a6f
1 changed files with 1 additions and 1 deletions
|
|
@ -552,7 +552,7 @@ next_attr:;
|
|||
attr->a_nvals = attr->a_vals;
|
||||
}
|
||||
} else {
|
||||
attr->a_nvals = NULL;
|
||||
attr->a_nvals = attr->a_vals;
|
||||
}
|
||||
*attrp = attr;
|
||||
attrp = &attr->a_next;
|
||||
|
|
|
|||
Loading…
Reference in a new issue