diff options
Diffstat (limited to 'src/core/service.c')
-rw-r--r-- | src/core/service.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/service.c b/src/core/service.c index 30598de9b8..1c127bdbcb 100644 --- a/src/core/service.c +++ b/src/core/service.c @@ -564,7 +564,6 @@ static int service_load_sysv_path(Service *s, const char *path) { goto finish; } - zero(st); if (fstat(fileno(f), &st) < 0) { r = -errno; goto finish; |