We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33c971 commit c3ec5fcCopy full SHA for c3ec5fc
lightningd/lightningd.c
@@ -330,9 +330,6 @@ int main(int argc, char *argv[])
330
/* Handle options and config; move to .lightningd */
331
handle_opts(ld, argc, argv);
332
333
- /* Ignore SIGPIPE: we look at our write return values*/
334
- signal(SIGPIPE, SIG_IGN);
335
-
336
/* Make sure we can reach other daemons, and versions match. */
337
test_subdaemons(ld);
338
0 commit comments