(SLAP_NVALUES) attr->a_nvals must not be NULL, set equal to a_vals when

not normalizing.
This commit is contained in:
Howard Chu 2003-04-07 11:38:45 +00:00
parent f2293e0486
commit c607ed0a6f

View file

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