From: Francis Dupont Date: Sun, 20 Jul 2008 09:29:52 +0000 (+0000) Subject: "files unlimited" in code [rt18331] X-Git-Tag: v9.3.6b1~36^2~79 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=07d0f86c8a1591c0ee785d6728af69cb40f1da61;p=thirdparty%2Fbind9.git "files unlimited" in code [rt18331] --- diff --git a/CHANGES b/CHANGES index 7797087ab80..2bb971bd12f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,12 @@ -2393. [bug] nested acls containing keys could trigger an - assertion in acl.c. [RT #18166] +2394. [bug] Default configuration options set the limit for + open files to 'unlimited' as described in the + documentation. [RT #18331] -2392. [bug] remove 'grep -q' from acl test script, some platforms - don't support it. [RT #18253] +2393. [bug] nested acls containing keys could trigger an + assertion in acl.c. [RT #18166] + +2392. [bug] remove 'grep -q' from acl test script, some platforms + don't support it. [RT #18253] 2391. [port] hpux: cover additional recvmsg() error codes. [RT #18301] diff --git a/bin/named/config.c b/bin/named/config.c index 730fa502ea5..9353782ce38 100644 --- a/bin/named/config.c +++ b/bin/named/config.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: config.c,v 1.88 2008/05/28 21:02:45 each Exp $ */ +/* $Id: config.c,v 1.89 2008/07/20 09:29:52 fdupont Exp $ */ /*! \file */ @@ -52,7 +52,7 @@ options {\n\ #ifndef WIN32 " coresize default;\n\ datasize default;\n\ - files default;\n\ + files unlimited;\n\ stacksize default;\n" #endif " deallocate-on-exit true;\n\