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
6f1437ad
Commit
6f1437ad
authored
Aug 01, 2002
by
Danny Mayer
Browse files
Fixed missing newline and continuation character (\n\)
parent
1a9c000f
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/named/config.c
View file @
6f1437ad
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: config.c,v 1.3
0
2002/0
7/29 06:58:45 marka
Exp $ */
/* $Id: config.c,v 1.3
1
2002/0
8/01 03:23:36 mayer
Exp $ */
#include
<config.h>
...
...
@@ -140,7 +140,7 @@ options {\n\
min-retry-time 500;
\n
\
max-refresh-time 2419200; /* 4 weeks */
\n
\
min-refresh-time 300;
\n
\
multi-master no;
multi-master no;
\n
\
sig-validity-interval 30; /* days */
\n
\
zone-statistics false;
\n
\
max-journal-size unlimited;
\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