mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
load-fragment: initialize bool invert before use
This commit is contained in:
parent
38a60d7112
commit
b5fb37899d
@ -2031,7 +2031,7 @@ int config_parse_syscall_filter(
|
||||
|
||||
ExecContext *c = data;
|
||||
Unit *u = userdata;
|
||||
bool invert;
|
||||
bool invert = false;
|
||||
char *w;
|
||||
size_t l;
|
||||
char *state;
|
||||
|
Loading…
Reference in New Issue
Block a user