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
16b9ee24
Commit
16b9ee24
authored
Jun 07, 2005
by
Mark Andrews
Browse files
1857. [bug] named could trigger a INSIST() if reconfigured /
reloaded too fast. [RT #14673]
parent
2fa0485e
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
16b9ee24
...
...
@@ -39,7 +39,8 @@
1858. [bug] The flush-zones-on-shutdown option wasn't being
parsed. [RT #14686]
1857. [placeholder] rt14673
1857. [bug] named could trigger a INSIST() if reconfigured /
reloaded too fast. [RT #14673]
1856. [doc] Switch Docbook toolchain from DSSSL to XSL.
[RT #11398]
...
...
bin/named/server.c
View file @
16b9ee24
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: server.c,v 1.44
3
2005/06/07 0
0:27:32
marka Exp $ */
/* $Id: server.c,v 1.44
4
2005/06/07 0
1:52:51
marka Exp $ */
/*! \file */
...
...
@@ -2008,9 +2008,13 @@ adjust_interfaces(ns_server_t *server, isc_mem_t *mctx) {
* At this point the zone list may contain a stale zone
* just removed from the configuration. To see the validity,
* check if the corresponding view is in our current view list.
* There may also be old zones that are still in the process
* of shutting down and have detached from their old view
* (zoneview == NULL).
*/
zoneview
=
dns_zone_getview
(
zone
);
INSIST
(
zoneview
!=
NULL
);
if
(
zoneview
==
NULL
)
continue
;
for
(
view
=
ISC_LIST_HEAD
(
server
->
viewlist
);
view
!=
NULL
&&
view
!=
zoneview
;
view
=
ISC_LIST_NEXT
(
view
,
link
))
...
...
doc/private/branches
View file @
16b9ee24
...
...
@@ -34,10 +34,10 @@ rt13662 open marka // rrset-order fixed
rt13753 review
rt13771 review
rt14616 review
rt14673
review
rt14673
closed
rt14695 review
rt14775 review
rt14801
review
rt14801
closed
rt14802 closed
rt14814 review
rt14815 open marka
...
...
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