]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix not HAVE_LMDB case
authorMark Andrews <marka@isc.org>
Thu, 2 Feb 2017 19:18:07 +0000 (06:18 +1100)
committerMark Andrews <marka@isc.org>
Thu, 2 Feb 2017 19:18:07 +0000 (06:18 +1100)
bin/named/server.c

index ef72ca319787e7e9256677e914e8f060d98e658e..8382da7dabe9172cc4f7a19c38d83d3b0c7c4b9f 100644 (file)
@@ -12445,7 +12445,7 @@ ns_server_showzone(ns_server_t *server, isc_lex_t *lex, isc_buffer_t **text) {
 #ifndef HAVE_LMDB
        if (zconfig == NULL && cfg->nzf_config != NULL)
                zconfig = find_name_in_list_from_map(cfg->nzf_config,
-                                                    "zone", zonename);
+                                                    "zone", zonename, redirect);
 #else /* HAVE_LMDB */
        if (zconfig == NULL) {
                const cfg_obj_t *zlist = NULL;