Skip to content

Commit

Permalink
remove the last kill for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarbonneaux committed Nov 5, 2024
1 parent aa57f8d commit 06ce2e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cgi-fcgi/cgi-fcgi.c
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,9 @@ void handle_shutdown(int s)
{
/* Kill our children processes */
signal(s, SIG_IGN);
#ifndef _WIN32
kill(0, s);
#endif

exit(0);
}
Expand Down

0 comments on commit 06ce2e5

Please sign in to comment.