summaryrefslogtreecommitdiffstats
path: root/bind-96-dyndb.patch
diff options
context:
space:
mode:
authorMartin Nagy <mnagy@fedoraproject.org>2009-08-04 05:15:49 +0000
committerMartin Nagy <mnagy@fedoraproject.org>2009-08-04 05:15:49 +0000
commitfc549c69fcd05977cc896df2c52a2819df04cac5 (patch)
tree427cf5c4e08bac9d9a0928c826a6f0c2428ad1c5 /bind-96-dyndb.patch
parent73232ec521e422caf400012e100c428464ed0c2a (diff)
downloadbind-fc549c69fcd05977cc896df2c52a2819df04cac5.tar.gz
bind-fc549c69fcd05977cc896df2c52a2819df04cac5.tar.xz
bind-fc549c69fcd05977cc896df2c52a2819df04cac5.zip
- update the patch for dynamic loading of database backendsbind-9_6_1-7_P1_fc12
Diffstat (limited to 'bind-96-dyndb.patch')
-rw-r--r--bind-96-dyndb.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/bind-96-dyndb.patch b/bind-96-dyndb.patch
index bc2e839..25828d3 100644
--- a/bind-96-dyndb.patch
+++ b/bind-96-dyndb.patch
@@ -8,15 +8,15 @@
#include <dns/name.h>
#include <dns/result.h>
#include <dns/view.h>
-@@ -778,6 +779,8 @@ cleanup(void) {
- dlz_drivers_clear();
- #endif
+@@ -760,6 +761,8 @@ setup(void) {
+ static void
+ cleanup(void) {
+ dns_dynamic_db_cleanup(ISC_TRUE);
+
- dns_name_destroy();
+ destroy_managers();
- isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_MAIN,
+ ns_server_destroy(&ns_g_server);
--- a/bin/named/server.c
+++ b/bin/named/server.c
@@ -57,6 +57,7 @@