diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2012-05-28 09:49:28 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2012-05-28 09:49:28 +0000 |
| commit | 084de27e02affbe7c588e0fcc0d061a466e83627 (patch) | |
| tree | d1c6443b417cd46cab150c0b06bb9d7ed9e4670b /bin/named/unix/dlz_dlopen_driver.c | |
| parent | ef021ab32c96f04b817db934ad74cc24cf4285ef (diff) | |
Diffstat (limited to 'bin/named/unix/dlz_dlopen_driver.c')
| -rw-r--r-- | bin/named/unix/dlz_dlopen_driver.c | 2 |
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 ca4b1fdfcdafe..edd394656d28c 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 /* |
