From: Aki Tuomi Date: Fri, 24 Apr 2015 14:36:12 +0000 (+0300) Subject: Defer launch of coprocess until first question X-Git-Tag: auth-3.4.5~9^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2457%2Fhead;p=thirdparty%2Fpdns.git Defer launch of coprocess until first question Do not launch coprocess in ctor as if that fails for some reason, like delays, it can prevent PowerDNS from starting at all. --- diff --git a/modules/remotebackend/pipeconnector.cc b/modules/remotebackend/pipeconnector.cc index 140132a201..d98a6215b7 100644 --- a/modules/remotebackend/pipeconnector.cc +++ b/modules/remotebackend/pipeconnector.cc @@ -17,7 +17,6 @@ PipeConnector::PipeConnector(std::map options) { d_pid = -1; d_fp = NULL; - launch(); } PipeConnector::~PipeConnector(){