X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvat%2Fmain.c;h=92edec117b271e568e3bc97754414fe5bb0fce2d;hb=7d3161adb56833e84c07eec4284b840255b5e3de;hp=a5421140fb33dd30a14da9ed3ce97088b68697fd;hpb=0729f6481dd61d4f98ea534d651d7f1b9a7d5d4b;p=vpp.git diff --git a/src/vat/main.c b/src/vat/main.c index a5421140fb3..92edec117b2 100644 --- a/src/vat/main.c +++ b/src/vat/main.c @@ -271,6 +271,7 @@ setup_signal_handlers (void) /* ignore SIGPIPE, SIGCHLD */ case SIGPIPE: case SIGCHLD: + case SIGWINCH: sa.sa_sigaction = (void *) SIG_IGN; break;