chiark / gitweb /
util: replace close_pipe() with new safe_close_pair()
[elogind.git] / src / fsck / fsck.c
index f60cc1d9126ce4ebca93c70bd6081c95e3dcef5c..18f2acaa490afd7bdda27938602763cef076f55a 100644 (file)
@@ -374,7 +374,7 @@ int main(int argc, char *argv[]) {
                 touch("/run/systemd/quotacheck");
 
 finish:
                 touch("/run/systemd/quotacheck");
 
 finish:
-        close_pipe(progress_pipe);
+        safe_close_pair(progress_pipe);
 
         return r;
 }
 
         return r;
 }