From d64ed1f6ef3b0b73e4f4c241e44d463ecfe289d6 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Fri, 12 Mar 2010 07:14:01 +0000 Subject: - update to 9.6.2 - patches merged - bind-96-db_unregister.patch - bind96-rh507469.patch --- bind-96-db_unregister.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 bind-96-db_unregister.patch (limited to 'bind-96-db_unregister.patch') 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 -- cgit