X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fcallfcgi.c;h=9af59299e79594a21e5a10b3a5317ceb667be540;hb=e2b404ab58259bb538e2d785d6ebbe9e9263bbef;hp=27c9c5e609f9dba4de184bd20b96db06e8274e95;hpb=b77076c4041fdd70f9c5d1bcc48ec248d7e6fd3b;p=ashd.git 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); }