]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
daemon: block SIGPIPE
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 13 Nov 2017 09:24:53 +0000 (10:24 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 13 Nov 2017 09:27:06 +0000 (10:27 +0100)
commit2ba2a5e85866ec21044122e8c2835afdc8be8a7b
treec1539fbbbff7b03a61bde81682e356cf65ff5328
parent7ae0cd045e05e10bf8e9f893d375598591369de1
daemon: block SIGPIPE

We can ignore the signal, as the affected libuv calls report error
by returning EPIPE anyway.
Fixes https://gitlab.labs.nic.cz/knot/knot-resolver/issues/271
NEWS
daemon/main.c