Skip to content
Snippets Groups Projects
Commit c607ed0a authored by Howard Chu's avatar Howard Chu
Browse files

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

not normalizing.
parent f2293e04
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment