mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-18 16:43:27 -04:00
signals were broken in the non-threaded version
This commit is contained in:
parent
bf7c02293f
commit
aa3f41bafc
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: app.c,v 1.26 2000/08/30 00:58:28 bwelling Exp $ */
|
||||
/* $Id: app.c,v 1.27 2000/08/30 01:43:59 bwelling Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -173,7 +173,7 @@ isc_app_start(void) {
|
|||
if (result != ISC_R_SUCCESS)
|
||||
return (result);
|
||||
|
||||
#if defined(HAVE_SIGWAIT) || !defined(ISC_PLATFORM_USETHREADS)
|
||||
#ifdef HAVE_SIGWAIT
|
||||
result = handle_signal(SIGTERM, SIG_DFL);
|
||||
if (result != ISC_R_SUCCESS)
|
||||
return (result);
|
||||
|
|
|
|||
Loading…
Reference in a new issue