From: Mark Andrews Date: Thu, 2 Feb 2017 19:18:07 +0000 (+1100) Subject: fix not HAVE_LMDB case X-Git-Tag: v9.12.0a1~486 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e5fe0d78239bd197583c497a8a600fb8e3933037;p=thirdparty%2Fbind9.git fix not HAVE_LMDB case --- diff --git a/bin/named/server.c b/bin/named/server.c index ef72ca31978..8382da7dabe 100644 --- a/bin/named/server.c +++ b/bin/named/server.c @@ -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;