]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
4659. [bug] Remove spurious log message about lmdb-mapsize
authorMark Andrews <marka@isc.org>
Fri, 28 Jul 2017 06:02:52 +0000 (16:02 +1000)
committerMark Andrews <marka@isc.org>
Fri, 28 Jul 2017 06:02:52 +0000 (16:02 +1000)
                        not being supported when parsing builtin
                        configuration file. [RT #45618]

CHANGES
bin/named/config.c

diff --git a/CHANGES b/CHANGES
index 74f5cac761310b4582be68607619fdd638fd488f..0bde134afd4e8c69e6ffa48214b4d3001f742454 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+4659.   [bug]           Remove spurious log message about lmdb-mapsize
+                       not being supported when parsing builtin
+                       configuration file. [RT #45618]
+
 4658.  [bug]           Clean up build directory created by "setup.py install"
                        immediately.  [RT #45628]
 
index f174096d0377dfe6be71241c788134bb2faaa1f1..db9376dfcc4d725d57f437589defd801c3eb564a 100644 (file)
@@ -176,7 +176,13 @@ options {\n\
        zero-no-soa-ttl-cache no;\n\
        nsec3-test-zone no;\n\
        allow-new-zones no;\n\
+"
+#ifdef HAVE_LMDB
+"\
        lmdb-mapsize 32M;\n\
+"
+#endif
+"\
        fetches-per-server 0;\n\
        require-server-cookie no;\n\
        v6-bias 50;\n\