mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 10:59:35 -05:00
"files unlimited" in code [rt18331]
This commit is contained in:
parent
80e45d89bc
commit
07d0f86c8a
2 changed files with 10 additions and 6 deletions
12
CHANGES
12
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]
|
||||
|
|
|
|||
|
|
@ -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\
|
||||
|
|
|
|||
Loading…
Reference in a new issue