]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
"files unlimited" in code [rt18331]
authorFrancis Dupont <fdupont@isc.org>
Sun, 20 Jul 2008 09:29:52 +0000 (09:29 +0000)
committerFrancis Dupont <fdupont@isc.org>
Sun, 20 Jul 2008 09:29:52 +0000 (09:29 +0000)
CHANGES
bin/named/config.c

diff --git a/CHANGES b/CHANGES
index 7797087ab809b3616b88f97f561cf4bedbb0686c..2bb971bd12ff777cc5af1004732b5e6e0939fc58 100644 (file)
--- 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]
index 730fa502ea5e8d1a0df40f5eb882c291957577a9..9353782ce3820da7a13b1e9c37f8a32db9613f49 100644 (file)
@@ -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\