summaryrefslogtreecommitdiffstats
path: root/bind-96-db_unregister.patch
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2010-03-12 07:16:19 +0000
committerAdam Tkac <atkac@fedoraproject.org>2010-03-12 07:16:19 +0000
commit243f0acd41427c710a824452e01f502f2f1bbbdc (patch)
treea564152b7dea35a3c8b14d28dbb6949ec63cdc43 /bind-96-db_unregister.patch
parentb4e0d206339d44647bdb2f8bc208db3b59b4d4df (diff)
- update to 9.6.2bind-9_6_2-1_fc11
- 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