]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2394. [bug] Default configuration options set the limit for
authorMark Andrews <marka@isc.org>
Wed, 23 Jul 2008 11:13:47 +0000 (11:13 +0000)
committerMark Andrews <marka@isc.org>
Wed, 23 Jul 2008 11:13:47 +0000 (11:13 +0000)
                        open files to 'unlimited' as described in the
                        documentation. [RT #18331]

CHANGES
bin/named/config.c

diff --git a/CHANGES b/CHANGES
index b49b05c9cdee0c11f03dc077b166aacf8e18e4b8..4883d3d3c817af8bfaf413ccfb8cbc9abd85ca0c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
 2396.  [bug]           Don't set SO_REUSEADDR for randomized ports.
                        [RT #18336]
 
+2394.  [bug]           Default configuration options set the limit for
+                       open files to 'unlimited' as described in the
+                       documentation. [RT #18331]
+
        --- 9.4.2-P1 released ---
 
 2375.   [security]      Fully randomize UDP query ports to improve
index e2dc833f9f6ff2edd81d262f487ad7778f52f5be..907d3b5d85f736d8e9b509a1080a9758399ef03b 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: config.c,v 1.47.18.32 2007/09/13 05:04:01 each Exp $ */
+/* $Id: config.c,v 1.47.18.32.10.1 2008/07/23 11:13:47 marka 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\