summaryrefslogtreecommitdiffstats
path: root/bind-96-db_unregister.patch
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2010-03-12 07:14:01 +0000
committerAdam Tkac <atkac@fedoraproject.org>2010-03-12 07:14:01 +0000
commitd64ed1f6ef3b0b73e4f4c241e44d463ecfe289d6 (patch)
tree3276b52522af3dcf3a273af0c31e43e8ff7f618f /bind-96-db_unregister.patch
parent08e42573b0b71f388ed962ac6d700ee90a848a1e (diff)
- update to 9.6.2bind-9_6_2-1_fc12
- patches merged - 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