2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-05 09:05:40 +00:00

explicit engine rt20230a

This commit is contained in:
Francis Dupont
2009-10-05 17:30:49 +00:00
parent b56f3f5c66
commit 8b78c993cb
27 changed files with 348 additions and 254 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: task.c,v 1.110 2009/09/02 23:48:02 tbox Exp $ */
/* $Id: task.c,v 1.111 2009/10/05 17:30:49 fdupont Exp $ */
/*! \file
* \author Principal Author: Bob Halley
@@ -40,6 +40,10 @@
#include <isc/util.h>
#include <isc/xml.h>
#ifdef OPENSSL_LEAKS
#include <openssl/err.h>
#endif
/*%
* For BIND9 internal applications:
* when built with threads we use multiple worker threads shared by the whole
@@ -1156,6 +1160,10 @@ run(void *uap) {
XTHREADTRACE(isc_msgcat_get(isc_msgcat, ISC_MSGSET_GENERAL,
ISC_MSG_EXITING, "exiting"));
#ifdef OPENSSL_LEAKS
ERR_remove_state(0);
#endif
return ((isc_threadresult_t)0);
}
#endif /* USE_WORKER_THREADS */