summaryrefslogtreecommitdiffstats
path: root/bind-96-db_unregister.patch
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2009-09-15 12:56:46 +0000
committerAdam Tkac <atkac@fedoraproject.org>2009-09-15 12:56:46 +0000
commitf12e46d9ada077a03a80fd9a2b48cc2a9ac06187 (patch)
treef3099d01d19f02236e1ea1e515dad2adc9ce1fa4 /bind-96-db_unregister.patch
parentdd9171cb2cab1b48e336ecab28cd584c093ba96e (diff)
downloadbind-f12e46d9ada077a03a80fd9a2b48cc2a9ac06187.tar.gz
bind-f12e46d9ada077a03a80fd9a2b48cc2a9ac06187.tar.xz
bind-f12e46d9ada077a03a80fd9a2b48cc2a9ac06187.zip
- update to 9.7.0a2bind-9_7_0-0_1_a2_fc13
- merged patches - bind-96-db_unregister.patch - bind96-rh507469.patch
Diffstat (limited to 'bind-96-db_unregister.patch')
-rw-r--r--bind-96-db_unregister.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/bind-96-db_unregister.patch b/bind-96-db_unregister.patch
deleted file mode 100644
index fcea84b..0000000
--- a/bind-96-db_unregister.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/lib/dns/db.c b/lib/dns/db.c
-index a4c2864..62f461c 100644
---- a/lib/dns/db.c
-+++ b/lib/dns/db.c
-@@ -860,6 +860,8 @@ dns_db_unregister(dns_dbimplementation_t **dbimp) {
- isc_mem_put(mctx, imp, sizeof(dns_dbimplementation_t));
- isc_mem_detach(&mctx);
- RWUNLOCK(&implock, isc_rwlocktype_write);
-+
-+ *dbimp = NULL;
- }
-
- isc_result_t