mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
lightningd: remove gratuitous SIG_IGN: daemon_setup() does it already.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user