From: Igor Maravic Date: Tue, 3 Dec 2013 19:47:42 +0000 (+0100) Subject: Terminate pdns process after SIGINT X-Git-Tag: rec-3.6.0-rc1~283^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1148%2Fhead;p=thirdparty%2Fpdns.git Terminate pdns process after SIGINT --- diff --git a/pdns/receiver.cc b/pdns/receiver.cc index 96b1fcffc4..ef8739a4eb 100644 --- a/pdns/receiver.cc +++ b/pdns/receiver.cc @@ -120,9 +120,11 @@ static void takedown(int i) { if(cpid) { L<