]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
ignore sigpipe
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 30 May 2013 06:49:30 +0000 (08:49 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 30 May 2013 06:49:30 +0000 (08:49 +0200)
tests/mini-xssl.c

index da954216f044b5169e99760509b608023a70cdc5..1eef7c84d976a529eafda4674e41877fe7cb74ea 100644 (file)
@@ -383,6 +383,7 @@ void
 doit (void)
 {
   signal(SIGCHLD, ch_handler);
+  signal(SIGPIPE, SIG_IGN);
 
   test = "test1: no auth";
   if (debug)