tmpfiles: make sure to always initialize "r" correctly.

This commit is contained in:
Lennart Poettering 2016-06-21 13:20:23 +02:00
parent 3f0083a264
commit 4e68ec1866
1 changed files with 1 additions and 1 deletions

View File

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