Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
BIND
Commits
6f1437ad
Commit
6f1437ad
authored
Aug 01, 2002
by
Danny Mayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed missing newline and continuation character (\n\)
parent
1a9c000f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
bin/named/config.c
bin/named/config.c
+2
-2
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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