src/rrdd.c: Ignore SIGPIPE.
authorFlorian Forster <octo@leeloo.home.verplant.org>
Sun, 22 Jun 2008 08:48:15 +0000 (10:48 +0200)
committerFlorian Forster <octo@leeloo.home.verplant.org>
Sun, 22 Jun 2008 08:48:15 +0000 (10:48 +0200)
commit6e43a35ad73df70b79248ba7f30741ea85be4d5c
tree5840a96f64c745b847bed12ef6ccd85ac6b300a1
parente6b58c28270ef317d68308edbadecbb598009e36
src/rrdd.c: Ignore SIGPIPE.

This signal may be sent if a client closes the connection before reading
the reply. We don't want to die in this case.. ;)
src/rrdd.c