mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 10:51:20 +03:00
sysusers: initialize r
Needed for the stdin case where it could otherwise end up being used uninitialized.
This commit is contained in:
parent
5f02e26ca7
commit
c46409021f
@ -1693,7 +1693,7 @@ static int read_config_file(const char *fn, bool ignore_enoent) {
|
||||
FILE *f = NULL;
|
||||
char line[LINE_MAX];
|
||||
unsigned v = 0;
|
||||
int r;
|
||||
int r = 0;
|
||||
|
||||
assert(fn);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user