mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
Fix compilation errors that slipped in. Yes, I realize this breaks the
one translation string that was intended for regexp.y, sorry.
This commit is contained in:
@@ -109,7 +109,7 @@ static int process_file_entries(struct codomain *cod)
|
||||
/* check for merged x consistency */
|
||||
if (!is_merged_x_consistent(cur->mode, next->mode)) {
|
||||
PERROR(_("profile %s: has merged rule %s with "
|
||||
"conflicting x modifiers\n",
|
||||
"conflicting x modifiers\n"),
|
||||
cod->name, cur->name);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user