diff options
Diffstat (limited to 'bind-96-dyndb.patch')
| -rw-r--r-- | bind-96-dyndb.patch | 10 |
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 @@ |
