From: Kees Monshouwer Date: Thu, 30 Jun 2016 11:00:10 +0000 (+0200) Subject: add missing throw in pipe backend X-Git-Tag: rec-4.0.0~18^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cfd1ab4619f51e22e50cb70280464f1a2173131;p=thirdparty%2Fpdns.git add missing throw in pipe backend --- diff --git a/modules/pipebackend/pipebackend.cc b/modules/pipebackend/pipebackend.cc index 7806093d42..c4518d1172 100644 --- a/modules/pipebackend/pipebackend.cc +++ b/modules/pipebackend/pipebackend.cc @@ -104,6 +104,7 @@ PipeBackend::PipeBackend(const string &suffix) } catch(const ArgException &A) { L<