Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ceb4a31f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "audit: Fix compilation issue"

parents 7cc5b253 3eccfa55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -423,7 +423,7 @@ static struct audit_entry *audit_data_to_entry(struct audit_rule_data *data,
		f->lsm_rule = NULL;

		/* Support legacy tests for a valid loginuid */
		if ((f->type == AUDIT_LOGINUID) && (f->val == 4294967295)) {
		if ((f->type == AUDIT_LOGINUID) && (f->val == 4294967295u)) {
			f->type = AUDIT_LOGINUID_SET;
			f->val = 0;
		}