X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshutdown.c;h=6714927f86391d2e95013bc09990364b79e85cc0;hb=71092d70af35567dd154d3de2ce04ce62e157a7c;hp=d6b47c5a7857fcab6d2e940f39e9b6145062d583;hpb=2006d9acb1248e4225d31c420520c043b1ae044d;p=elogind.git diff --git a/src/shutdown.c b/src/shutdown.c index d6b47c5a7..6714927f8 100644 --- a/src/shutdown.c +++ b/src/shutdown.c @@ -276,9 +276,10 @@ static int pivot_to_new_root(void) { log_error("Failed to open /dev/console: %m"); else { make_stdio(fd); - /* initialize the controlling terminal */ - setsid(); - ioctl(0, TIOCSCTTY, NULL); + + /* Initialize the controlling terminal */ + setsid(); + ioctl(STDIN_FILENO, TIOCSCTTY, NULL); } return 0;