chiark / gitweb /
shutdown: remove close_nointr_nofail after make_stdio call
authorHarald Hoyer <harald@redhat.com>
Tue, 19 Jul 2011 10:16:30 +0000 (12:16 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 22 Jul 2011 02:31:21 +0000 (04:31 +0200)
make_stdio itsselves closes the fd already

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;