"files unlimited" in code [rt18331]

This commit is contained in:
Francis Dupont 2008-07-20 09:29:52 +00:00
parent 80e45d89bc
commit 07d0f86c8a
2 changed files with 10 additions and 6 deletions

12
CHANGES
View file

@ -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]

View 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\