summaryrefslogtreecommitdiffstats
path: root/bind-9.11-rh1410433.patch
blob: b7fdc48073963120252da76cf31e8bdd878cdb55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/lib/dns/dyndb.c b/lib/dns/dyndb.c
index 0ce5e42..556d920 100644
--- a/lib/dns/dyndb.c
+++ b/lib/dns/dyndb.c
@@ -130,9 +130,6 @@ load_library(isc_mem_t *mctx, const char *filename, const char *instname,
 		      instname, filename);
 
 	flags = RTLD_NOW|RTLD_LOCAL;
-#ifdef RTLD_DEEPBIND
-	flags |= RTLD_DEEPBIND;
-#endif
 
 	handle = dlopen(filename, flags);
 	if (handle == NULL)