mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 19:21:53 +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;
|
||||
}
|
||||
|
||||
/* Close sockets very early to make sure we don' block
|
||||
* init reexecution because it cannot bind its sockets
|
||||
* or so */
|
||||
/* Close sockets very early to make sure we don't
|
||||
* block init reexecution because it cannot bind its
|
||||
* sockets */
|
||||
if (close_all_fds(fds, n_fds) < 0) {
|
||||
r = EXIT_FDS;
|
||||
goto fail;
|
||||
|
Loading…
Reference in New Issue
Block a user