fix(feuille.c): add TODO comment and fix style issue
This commit is contained in:
parent
5d1cbba1c0
commit
e3622822fb
1 changed files with 2 additions and 1 deletions
|
@ -386,6 +386,7 @@ int main(int argc, char *argv[])
|
||||||
verbose(1, "beginning to accept incoming connections.");
|
verbose(1, "beginning to accept incoming connections.");
|
||||||
|
|
||||||
/* wait for children to finish */
|
/* wait for children to finish */
|
||||||
|
// TODO: handle children exit codes properly
|
||||||
while (wait(0) > 0);
|
while (wait(0) > 0);
|
||||||
close(server);
|
close(server);
|
||||||
|
|
||||||
|
|
Reference in a new issue