call[fs]cgi: Fixed shutdown bug.
[ashd.git] / src / callfcgi.c
index 2b3717e..9969c89 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)