mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
*whimper* last portiong of the strict-aliasing fix.
This commit is contained in:
parent
bccd45a22e
commit
bd1b72ad42
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ void free_var_string(struct var_string *var)
|
|||
|
||||
static int expand_entry_variables(struct cod_entry *entry)
|
||||
{
|
||||
void *valuelist;
|
||||
struct set_value *valuelist;
|
||||
int ret = TRUE;
|
||||
char *value;
|
||||
struct var_string *split_var;
|
||||
|
|
Loading…
Add table
Reference in a new issue