Loading tests/server/sws.c +2 −0 Original line number Diff line number Diff line Loading @@ -537,6 +537,8 @@ int main(int argc, char *argv[]) #ifdef HAVE_SIGNAL signal(SIGPIPE, sigpipe_handler); #endif #ifdef HAVE_SIGINTERRUPT siginterrupt(SIGPIPE, 1); #endif Loading Loading
tests/server/sws.c +2 −0 Original line number Diff line number Diff line Loading @@ -537,6 +537,8 @@ int main(int argc, char *argv[]) #ifdef HAVE_SIGNAL signal(SIGPIPE, sigpipe_handler); #endif #ifdef HAVE_SIGINTERRUPT siginterrupt(SIGPIPE, 1); #endif Loading