From: bert hubert Date: Tue, 7 Nov 2017 08:21:30 +0000 (+0100) Subject: use _exit() when we really really want to exit, for example after a fatal error.... X-Git-Tag: auth-4.1.0-rc3~20^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5bd2ea7bee2006a7a0719e916ffbd00894be2e5d;p=thirdparty%2Fpdns.git use _exit() when we really really want to exit, for example after a fatal error. Stops is dying while we die. --- diff --git a/pdns/communicator.cc b/pdns/communicator.cc index 06b92d2b91..e73eecb8ff 100644 --- a/pdns/communicator.cc +++ b/pdns/communicator.cc @@ -66,7 +66,7 @@ void CommunicatorClass::loadArgsIntoSet(const char *listname, set &lists } catch(PDNSException &e) { L< 0) { @@ -1285,7 +1285,7 @@ TCPNameserver::TCPNameserver() int tmp=1; if(setsockopt(s,SOL_SOCKET,SO_REUSEADDR,(char*)&tmp,sizeof tmp)<0) { L< 0) { @@ -1354,7 +1354,7 @@ void TCPNameserver::thread() if(errno==EMFILE) { L<