chiark / gitweb /
sd-daemon: remove unnecessary memset calls
[elogind.git] / src / core / service.c
index 30598de9b85ce380769df1953b939184dbc8c34b..1c127bdbcb2ffc5c6926d210a63d278ea90078a8 100644 (file)
@@ -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;