make sure it also works if char is unsigned

This commit is contained in:
leitner
2024-10-21 16:06:30 +00:00
parent 747641557e
commit 79c86ae7eb

View File

@@ -204,7 +204,7 @@ static void fixupadl(struct AttributeDescriptionList* a) {
uint32 filters,acls; /* number of filters and acls in the ACL section of the data file */
uint32 filtertab,acltab; /* offsets of the filter and acl table in the data file */
char* acl_ec_subjects; /* if the n'th byte here is nonzero, then the current subject
signed char* acl_ec_subjects; /* if the n'th byte here is nonzero, then the current subject
(the dn the user is logged in as) matches the n'th filter, i.e.
the ACLs with this subject need to be applied. */
struct Filter** Filters;