X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fservice.c;h=1c127bdbcb2ffc5c6926d210a63d278ea90078a8;hb=b05afff1afe19cf7b48d9d0d2e8b5b4aa9e949dd;hp=30598de9b85ce380769df1953b939184dbc8c34b;hpb=cba6e0627d659a33df31aaa74d0d701c4bc9f317;p=elogind.git diff --git a/src/core/service.c b/src/core/service.c index 30598de9b..1c127bdbc 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;