From 93d8ebf9928bc9759a965f3ceb75d99ea29b061f Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 24 Sep 2012 11:53:28 +0000 Subject: [PATCH] exit(0) instead of (1) when the guardian is terminated by SIGTERM. Requested by Morten Stevens of Fedora. git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2717 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- pdns/receiver.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/receiver.cc b/pdns/receiver.cc index cc04046bb2..96e714c1aa 100644 --- a/pdns/receiver.cc +++ b/pdns/receiver.cc @@ -117,7 +117,7 @@ static void takedown(int i) if(cpid) { L<