]> 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:16:05 +0000 (11:16 +0000)
committerMark Andrews <marka@isc.org>
Wed, 23 Jul 2008 11:16:05 +0000 (11:16 +0000)
                        open files to 'unlimited' as described in the
                        documentation. [RT #18331]

CHANGES
bin/named/config.c

diff --git a/CHANGES b/CHANGES
index 17ae2e309b29f8262175f48e50fe132a98f8433a..9bb4ad02b883cd7ec58fb866881f34c678887a07 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,11 @@
 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.3.5-P1 released ---
 
 2375.   [security]      Fully randomize UDP query ports to improve
index 88e7bc9e340789e8ff09ee77b10c7ad073ffb1eb..2fe3bff67f96f696f24e6283296523c64367be33 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: config.c,v 1.11.2.4.8.36 2007/09/13 05:18:08 each Exp $ */
+/* $Id: config.c,v 1.11.2.4.8.36.4.1 2008/07/23 11:16:05 marka Exp $ */
 
 #include <config.h>
 
@@ -48,7 +48,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\