chiark / gitweb /
shutdown: remove close_nointr_nofail after make_stdio call
[elogind.git] / src / shutdown.c
index c16871dde429268c2aa87f672af926130fe2c1ca..0905ef5b3a96ab5523d9aa5a26db1814e1f64085 100644 (file)
@@ -276,7 +276,6 @@ static int pivot_to_new_root(void) {
                 log_error("Failed to open /dev/console: %m");
         else {
                 make_stdio(fd);
-                close_nointr_nofail(fd);
         }
 
         return 0;