Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
07d0f86c
Commit
07d0f86c
authored
Jul 20, 2008
by
Francis Dupont
Browse files
"files unlimited" in code [rt18331]
parent
80e45d89
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
07d0f86c
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]
...
...
bin/named/config.c
View file @
07d0f86c
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: config.c,v 1.8
8
2008/0
5
/2
8 21:02:45 each
Exp $ */
/* $Id: config.c,v 1.8
9
2008/0
7
/2
0 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
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment