Browse Source

lightningd: remove gratuitous SIG_IGN: daemon_setup() does it already.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 7 years ago
parent
commit
c3ec5fc267
  1. 3
      lightningd/lightningd.c

3
lightningd/lightningd.c

@ -330,9 +330,6 @@ int main(int argc, char *argv[])
/* Handle options and config; move to .lightningd */
handle_opts(ld, argc, argv);
/* Ignore SIGPIPE: we look at our write return values*/
signal(SIGPIPE, SIG_IGN);
/* Make sure we can reach other daemons, and versions match. */
test_subdaemons(ld);

Loading…
Cancel
Save