From 5c663d99afcdd3c26d5744a47911840e16265b6d Mon Sep 17 00:00:00 2001 From: Igor Maravic Date: Tue, 3 Dec 2013 20:47:42 +0100 Subject: [PATCH] Terminate pdns process after SIGINT --- pdns/receiver.cc | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/pdns/receiver.cc b/pdns/receiver.cc index 96b1fcffc..ef8739a4e 100644 --- a/pdns/receiver.cc +++ b/pdns/receiver.cc @@ -120,9 +120,11 @@ static void takedown(int i) { if(cpid) { L<