Skip to content

Commit

Permalink
Merge pull request #1552 from everything411/master
Browse files Browse the repository at this point in the history
Wait for the spawned shell child process
  • Loading branch information
CuriousTommy authored Oct 20, 2024
2 parents d976210 + 36fd1ee commit 1eaee44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shellspawn/shellspawn.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ void listenForConnections(void)
else
{
close(sock);
reapAll();
}
}
}
Expand Down

0 comments on commit 1eaee44

Please sign in to comment.