From cb4e0ef4e2c8a942f99af6ecc6aa564c903b00a0 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 28 Jul 2017 16:02:52 +1000 Subject: [PATCH] 4659. [bug] Remove spurious log message about lmdb-mapsize not being supported when parsing builtin configuration file. [RT #45618] (cherry picked from commit 71cd6910bab9936f74f408e244b11ffec106cf87) --- CHANGES | 4 ++++ bin/named/config.c | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/CHANGES b/CHANGES index e75438868b..eac1325801 100644 --- 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] diff --git a/bin/named/config.c b/bin/named/config.c index 69b2bd54b0..631d5605d9 100644 --- a/bin/named/config.c +++ b/bin/named/config.c @@ -178,7 +178,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\