summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/sysusers/sysusers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysusers/sysusers.c b/src/sysusers/sysusers.c
index 1ff0e21a06..b889ed0536 100644
--- a/src/sysusers/sysusers.c
+++ b/src/sysusers/sysusers.c
@@ -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);