Prevent the secchan from dying due to SIGPIPE.
[openvswitch] / utilities / dpctl.c
index 8a075f915c928235091b252619f95c00ea50cca4..b074edd79612631267c3e0947fd367db2a2b1d8d 100644 (file)
@@ -88,6 +88,7 @@ int main(int argc, char *argv[])
     time_init();
     vlog_init();
     parse_options(argc, argv);
+    signal(SIGPIPE, SIG_IGN);
 
     argc -= optind;
     argv += optind;