Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
if (!first) {
if (c != ',') {
comp_error(comp,
- "malformed composite (expected comma)");
+ "malformed resource attribute ACE "
+ "(expected comma)");
goto fail;
}
comp->offset++;
first = false;
if (*comp->target_len >= alloc_size) {
comp_error(comp,
- "Too many tokens in composite "
+ "Too many tokens in resource attribute ACE "
"(>= %"PRIu32" tokens)",
*comp->target_len);
goto fail;