From: Florian Forster Date: Sun, 22 Jun 2008 08:48:15 +0000 (+0200) Subject: src/rrdd.c: Ignore SIGPIPE. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;ds=sidebyside;h=6e43a35ad73df70b79248ba7f30741ea85be4d5c;hp=6e43a35ad73df70b79248ba7f30741ea85be4d5c;p=rrdd.git 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.. ;) ---