mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
tmpfiles: make sure to always initialize "r" correctly.
This commit is contained in:
@@ -2178,7 +2178,7 @@ static int read_config_file(const char *fn, bool ignore_enoent) {
|
||||
Iterator iterator;
|
||||
unsigned v = 0;
|
||||
Item *i;
|
||||
int r;
|
||||
int r = 0;
|
||||
|
||||
assert(fn);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user