1
0
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:
Lennart Poettering 2010-07-12 21:53:36 +02:00
parent 3fe5e5d476
commit 85d73053f2

View File

@ -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;