]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
1335. [bug] Options should apply to the internal _bind view.
authorMark Andrews <marka@isc.org>
Wed, 26 Jun 2002 04:48:12 +0000 (04:48 +0000)
committerMark Andrews <marka@isc.org>
Wed, 26 Jun 2002 04:48:12 +0000 (04:48 +0000)
CHANGES
bin/named/server.c

diff --git a/CHANGES b/CHANGES
index 2f795da7e84e5d5c0f75336cc5bc89cf6f20b460..e1563a46af46f2ae7a4dd98ef9265307aee4dd98 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+1335.  [bug]           Options should apply to the internal _bind view.
+
 1334.  [port]          Handle ECONNRESET from sendmsg() [unix].
 
 1333.  [func]          Query log now says if the query was signed (S) or
index a873ff53019c07b60af898c5ce9779ea6444dac0..0cad3ff4dd7c24ac60eb8df841bbe8bcf738d3b6 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: server.c,v 1.379 2002/06/20 00:21:35 marka Exp $ */
+/* $Id: server.c,v 1.380 2002/06/26 04:48:12 marka Exp $ */
 
 #include <config.h>
 
@@ -1816,7 +1816,7 @@ load_configuration(const char *filename, ns_server_t *server,
        {
                cfg_obj_t *vconfig = cfg_listelt_value(element);
                CHECK(create_view(vconfig, &viewlist, &view));
-               CHECK(configure_view(view, ns_g_defaults, vconfig, ns_g_mctx,
+               CHECK(configure_view(view, config, vconfig, ns_g_mctx,
                                     &aclconfctx, ISC_FALSE));
                dns_view_freeze(view);
                dns_view_detach(&view);