aboutsummaryrefslogtreecommitdiff
path: root/bin/named/unix/dlz_dlopen_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/named/unix/dlz_dlopen_driver.c')
-rw-r--r--bin/named/unix/dlz_dlopen_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/named/unix/dlz_dlopen_driver.c b/bin/named/unix/dlz_dlopen_driver.c
index ca4b1fdfcdaf..edd394656d28 100644
--- a/bin/named/unix/dlz_dlopen_driver.c
+++ b/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
/*