Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
54968ae8
Commit
54968ae8
authored
Apr 29, 2011
by
Automatic Updater
Browse files
update copyright notice
parent
75333ed9
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/autosign/ns2/named.conf
View file @
54968ae8
/*
*
Copyright
(
C
)
2009
,
201
0
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
2009
-
201
1
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
*
Permission
to
use
,
copy
,
modify
,
and
/
or
distribute
this
software
for
any
*
purpose
with
or
without
fee
is
hereby
granted
,
provided
that
the
above
...
...
@@ -14,7 +14,7 @@
*
PERFORMANCE
OF
THIS
SOFTWARE
.
*/
/* $
Id
:
named
.
conf
,
v
1
.
6
2011
/
04
/
29
2
1
:
37
:
14
each
Exp
$ */
/* $
Id
:
named
.
conf
,
v
1
.
7
2011
/
04
/
29
2
3
:
47
:
17
tbox
Exp
$ */
//
NS2
...
...
lib/dns/zone.c
View file @
54968ae8
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: zone.c,v 1.60
2
2011/04/29 2
1:37:15 each
Exp $ */
/* $Id: zone.c,v 1.60
3
2011/04/29 2
3:47:18 tbox
Exp $ */
/*! \file */
...
...
@@ -14319,7 +14319,7 @@ dns_zone_setrefreshkeyinterval(dns_zone_t *zone, isc_uint32_t interval) {
if
(
interval
==
0
)
return
(
ISC_R_RANGE
);
/* Maximum value: 24 hours (3600 minutes) */
if
(
interval
>
(
24
*
60
))
if
(
interval
>
(
24
*
60
))
interval
=
(
24
*
60
);
/* Multiply by 60 for seconds */
zone
->
refreshkeyinterval
=
interval
*
60
;
...
...
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