summaryrefslogtreecommitdiffstats
path: root/contrib/bind9/bin/named/unix/dlz_dlopen_driver.c
diff options
context:
space:
mode:
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