mirror of
https://github.com/systemd/systemd.git
synced 2024-11-04 13:51:24 +03:00
execute: reword comment
This commit is contained in:
parent
3fe5e5d476
commit
85d73053f2
@ -968,9 +968,9 @@ int exec_spawn(ExecCommand *command,
|
|||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Close sockets very early to make sure we don' block
|
/* Close sockets very early to make sure we don't
|
||||||
* init reexecution because it cannot bind its sockets
|
* block init reexecution because it cannot bind its
|
||||||
* or so */
|
* sockets */
|
||||||
if (close_all_fds(fds, n_fds) < 0) {
|
if (close_all_fds(fds, n_fds) < 0) {
|
||||||
r = EXIT_FDS;
|
r = EXIT_FDS;
|
||||||
goto fail;
|
goto fail;
|
||||||
|
Loading…
Reference in New Issue
Block a user