]> git.dolda2000.com Git - ashd.git/commitdiff
call[fs]cgi: Fixed shutdown bug.
authorFredrik Tolf <fredrik@dolda2000.com>
Mon, 29 Sep 2014 00:01:32 +0000 (02:01 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Mon, 29 Sep 2014 00:01:32 +0000 (02:01 +0200)
src/callfcgi.c
src/callscgi.c

index 2b3717e33f9e064d99481940d32a41379cb5c467..9969c89de0314ffc09435ede9f1668fcfc8520f6 100644 (file)
@@ -758,7 +758,6 @@ static void sigign(int sig)
 static void sigexit(int sig)
 {
     shutdown(0, SHUT_RDWR);
-    exit(0);
 }
 
 static void usage(FILE *out)
index b78827c35d6594333612863d6ad4d2e60c2d3d9e..47bd107f95599683ff7376c264627dac72042817 100644 (file)
@@ -565,7 +565,6 @@ static void sigign(int sig)
 static void sigexit(int sig)
 {
     shutdown(0, SHUT_RDWR);
-    exit(0);
 }
 
 static void usage(FILE *out)