1
1
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:
Lukas Nykryn 2012-08-20 14:33:21 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 38a60d7112
commit b5fb37899d

View File

@ -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;