From: bert hubert Date: Wed, 2 Mar 2016 14:00:15 +0000 (+0100) Subject: silence some common errors with log-common-errors=off X-Git-Tag: rec-4.0.0-alpha2~24^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d2010a8e6957b2dd00b9170ba1d89b5e5433f08;p=thirdparty%2Fpdns.git silence some common errors with log-common-errors=off --- diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 19cb2a4242..3042f8e5de 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -1722,10 +1722,12 @@ void handlePipeRequest(int fd, FDMultiplexer::funcparam_t& var) resp = tmsg->func(); } catch(std::exception& e) { - L<wantAnswer) if(write(g_pipes[t_id].writeFromThread, &resp, sizeof(resp)) != sizeof(resp))