]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove dead code v9.6-ESV-R10rc2
authorMark Andrews <marka@isc.org>
Mon, 19 Aug 2013 02:54:54 +0000 (12:54 +1000)
committerMark Andrews <marka@isc.org>
Mon, 19 Aug 2013 02:54:54 +0000 (12:54 +1000)
bin/named/server.c

index 6f439f2b1ca3dead4159113b044ea347034b93d3..3ad1371db3e83e26733d8c33b2a178b0831ba37b 100644 (file)
@@ -1379,7 +1379,6 @@ configure_view(dns_view_t *view, const cfg_obj_t *config,
        isc_uint32_t max_clients_per_query;
        const char *sep = ": view ";
        const char *viewname = view->name;
-       const char *forview = " for view ";
        isc_boolean_t rfc1918;
        isc_boolean_t empty_zones_enable;
        const cfg_obj_t *disablelist = NULL;
@@ -1412,8 +1411,6 @@ configure_view(dns_view_t *view, const cfg_obj_t *config,
        if (!strcmp(viewname, "_default")) {
                sep = "";
                viewname = "";
-               forview = "";
-               POST(forview);
        }
 
        /*