From 32e9512c54150a4a9d29315b456a8a1eca9b719b Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Fri, 24 Apr 2015 17:36:12 +0300 Subject: [PATCH] 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. --- modules/remotebackend/pipeconnector.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/remotebackend/pipeconnector.cc b/modules/remotebackend/pipeconnector.cc index 140132a20159..d98a6215b729 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(){