diff options
| author | Martin Nagy <mnagy@fedoraproject.org> | 2009-09-03 13:03:21 +0000 |
|---|---|---|
| committer | Martin Nagy <mnagy@fedoraproject.org> | 2009-09-03 13:03:21 +0000 |
| commit | b6a7bcfd0f9af2bf1a58afed9c970e55160dc156 (patch) | |
| tree | a74399b9f74d163099a0b5eef63fe05abae05e83 /bind-96-dyndb.patch | |
| parent | 7a3fe0887d8f778a012e1deb065077cb00e79717 (diff) | |
- update the patch for dynamic loading of database backends
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 @@ |
