]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_11] Revert "fixed build failure when building without LMDB"
authorEvan Hunt <each@isc.org>
Thu, 2 Feb 2017 19:28:53 +0000 (11:28 -0800)
committerEvan Hunt <each@isc.org>
Thu, 2 Feb 2017 19:28:53 +0000 (11:28 -0800)
This reverts commit d9788e03ad446db1d4887c2999d330aba6f155da.

bin/named/server.c

index 08ebad0758ed2b8785ec3d364687953f96e68ed3..28105d3d557e3d893f4e70cf325cabea6fd6ef09 100644 (file)
@@ -12250,8 +12250,8 @@ 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, redirect);
+               zconfig = find_name_in_list_from_map(cfg->nzf_config,
+                                                    "zone", zonename);
 #else /* HAVE_LMDB */
        if (zconfig == NULL) {
                const cfg_obj_t *zlist = NULL;