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
584ad7de
Commit
584ad7de
authored
Dec 19, 2010
by
Evan Hunt
Browse files
2990. [bug] 'dnssec-settime -S' no longer tests prepublication
interval validity when the interval is set to 0. [RT #22761]
parent
8ff031ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
584ad7de
2990. [bug] 'dnssec-settime -S' no longer tests prepublication
interval validity when the interval is set to 0.
[RT #22761]
2989. [func] Added support for writable DLZ zones. (Contributed
by Andrew Tridgell of the Samba project.) [RT #22629]
...
...
bin/dnssec/dnssec-settime.c
View file @
584ad7de
...
...
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dnssec-settime.c,v 1.2
7
2010/
08/16 23:46:51 tbox
Exp $ */
/* $Id: dnssec-settime.c,v 1.2
8
2010/
12/19 07:29:36 each
Exp $ */
/*! \file */
...
...
@@ -386,7 +386,7 @@ main(int argc, char **argv) {
"generating a successor."
);
pub
=
act
-
prepub
;
if
(
pub
<
now
)
if
(
pub
<
now
&&
prepub
!=
0
)
fatal
(
"Predecessor will become inactive before the
\n\t
"
"prepublication period ends. Either change "
"its inactivation date,
\n\t
"
...
...
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