X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=src%2Fcallfcgi.c;h=9af59299e79594a21e5a10b3a5317ceb667be540;hp=27c9c5e609f9dba4de184bd20b96db06e8274e95;hb=254eb937b8c3298a191863e88e39f9a5035fabf9;hpb=3e11d7ede84e52974e41542ed60899ff340088d7 diff --git a/src/callfcgi.c b/src/callfcgi.c index 27c9c5e..9af5929 100644 --- a/src/callfcgi.c +++ b/src/callfcgi.c @@ -806,6 +806,7 @@ static void sigign(int sig) static void sigexit(int sig) { + shutdown(0, SHUT_RDWR); exit(0); }