summaryrefslogtreecommitdiffstats
path: root/contrib/bind9/bin/named/unix/dlz_dlopen_driver.c
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2012-05-28 19:47:56 +0000
committerdougb <dougb@FreeBSD.org>2012-05-28 19:47:56 +0000
commita2b635f68fcf94cb460352c043cab224b7e0123f (patch)
treef567ab50e90b145c90110f02883f8c4f72b28d1b /contrib/bind9/bin/named/unix/dlz_dlopen_driver.c
parent91189212361813b854174225bfa4b1d4fc8ed40b (diff)
parent28648ebad5d82231050fad98edaea0139041dab5 (diff)
downloadFreeBSD-src-a2b635f68fcf94cb460352c043cab224b7e0123f.zip
FreeBSD-src-a2b635f68fcf94cb460352c043cab224b7e0123f.tar.gz
Upgrade to BIND version 9.8.3, the latest from ISC.
Feature Change * BIND now recognizes the TLSA resource record type, created to support IETF DANE (DNS-based Authentication of Named Entities) Bug Fix * The locking strategy around the handling of iterative queries has been tuned to reduce unnecessary contention in a multi- threaded environment. Other critical bug fixes are included. All BIND users are encouraged to upgrade.
Diffstat (limited to 'contrib/bind9/bin/named/unix/dlz_dlopen_driver.c')
-rw-r--r--contrib/bind9/bin/named/unix/dlz_dlopen_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bind9/bin/named/unix/dlz_dlopen_driver.c b/contrib/bind9/bin/named/unix/dlz_dlopen_driver.c
index ca4b1fd..edd3946 100644
--- a/contrib/bind9/bin/named/unix/dlz_dlopen_driver.c
+++ b/contrib/bind9/bin/named/unix/dlz_dlopen_driver.c
@@ -250,7 +250,7 @@ dlopen_dlz_create(const char *dlzname, unsigned int argc, char *argv[],
isc_mutex_init(&cd->lock);
/* Open the library */
- dlopen_flags = RTLD_NOW;
+ dlopen_flags = RTLD_NOW|RTLD_GLOBAL;
#ifdef RTLD_DEEPBIND
/*
OpenPOWER on IntegriCloud