Skip to content

Commit

Permalink
Defer launch of coprocess until first question
Browse files Browse the repository at this point in the history
Do not launch coprocess in ctor as if that fails for some reason,
like delays, it can prevent PowerDNS from starting at all.
  • Loading branch information
cmouse committed Apr 24, 2015
1 parent ac3ae09 commit 32e9512
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/remotebackend/pipeconnector.cc
Expand Up @@ -17,7 +17,6 @@ PipeConnector::PipeConnector(std::map<std::string,std::string> options) {

d_pid = -1;
d_fp = NULL;
launch();
}

PipeConnector::~PipeConnector(){
Expand Down

0 comments on commit 32e9512

Please sign in to comment.